mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c411bdd4fc
care for, because the line was never reachable on FreeBSD. Our new and improved sh cares deeply about such problems, however, and configure started to fail even on 7-STABLE at the beginning of October. Notified by: miwi
19 lines
711 B
Plaintext
19 lines
711 B
Plaintext
--- configure.orig Sat Oct 8 01:17:50 2005
|
|
+++ configure Sun Mar 25 15:34:58 2007
|
|
@@ -6917,7 +6917,7 @@
|
|
fi
|
|
else
|
|
# tclConfig.sh is in $INSTALL/lib directory
|
|
- REAL_TCL_BIN_DIR=`cd ${TCL_BIN_DIR}/../bin/;pwd`
|
|
+ REAL_TCL_BIN_DIR=`cd ${TCL_BIN_DIR}/../../bin/;pwd`
|
|
if test "$TEA_PLATFORM" = "windows"; then
|
|
TCLSH_PROG=${REAL_TCL_BIN_DIR}/tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${TCL_DBGX}${EXEEXT}
|
|
else
|
|
@@ -7000,5 +7000,5 @@
|
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
|
- system=MP-RAS-`awk '{print }' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print }' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|