diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 09:04:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 09:04:36 (GMT) |
commit | b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8 (patch) | |
tree | 3bccdd6f32188c2f05f30e6599b41ca8d0aa1197 /unix | |
parent | 6af97014d232e4b9ae065090afaa2a2201662c5f (diff) | |
download | tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.zip tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.tar.gz tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.tar.bz2 |
Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate configure script for UNIX
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 1 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index bb18ea9..e906c58 100755 --- a/unix/configure +++ b/unix/configure @@ -1415,7 +1415,6 @@ echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" > for i in `ls -d ~/Library/Frameworks 2>/dev/null` \ `ls -d /Library/Frameworks 2>/dev/null` \ `ls -d /Network/Library/Frameworks 2>/dev/null` \ - `ls -d /System/Library/Frameworks 2>/dev/null` \ ; do if test -f "$i/Tcl.framework/tclConfig.sh" ; then ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`" diff --git a/unix/tcl.m4 b/unix/tcl.m4 index f451d0e..3150973 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -77,7 +77,6 @@ AC_DEFUN([SC_PATH_TCLCONFIG], [ for i in `ls -d ~/Library/Frameworks 2>/dev/null` \ `ls -d /Library/Frameworks 2>/dev/null` \ `ls -d /Network/Library/Frameworks 2>/dev/null` \ - `ls -d /System/Library/Frameworks 2>/dev/null` \ ; do if test -f "$i/Tcl.framework/tclConfig.sh" ; then ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`" @@ -210,7 +209,6 @@ AC_DEFUN([SC_PATH_TKCONFIG], [ for i in `ls -d ~/Library/Frameworks 2>/dev/null` \ `ls -d /Library/Frameworks 2>/dev/null` \ `ls -d /Network/Library/Frameworks 2>/dev/null` \ - `ls -d /System/Library/Frameworks 2>/dev/null` \ ; do if test -f "$i/Tk.framework/tkConfig.sh" ; then ac_cv_c_tkconfig="`(cd $i/Tk.framework; pwd)`" |