summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-04-18 20:02:26 (GMT)
committerhobbs <hobbs>2003-04-18 20:02:26 (GMT)
commit8e14c71e4836cea59d9bba5ef2d0a7a55a21b2a7 (patch)
treeaa43af42d65917cc1c0db92a57ec670896dde1bd /win/configure
parentdbc6111db18e96f64cb16c8e198eeec40a15fcc0 (diff)
downloadtcl-8e14c71e4836cea59d9bba5ef2d0a7a55a21b2a7.zip
tcl-8e14c71e4836cea59d9bba5ef2d0a7a55a21b2a7.tar.gz
tcl-8e14c71e4836cea59d9bba5ef2d0a7a55a21b2a7.tar.bz2
* win/configure: regen
* win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x uses /bin/bash, which can fail to find exes in the path (ie: lib).
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/configure b/win/configure
index 0d13280..2597646 100755
--- a/win/configure
+++ b/win/configure
@@ -1261,6 +1261,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+# The following define is needed when building with Cygwin since newer
+# versions of autoconf incorrectly set SHELL to /bin/bash instead of
+# /bin/sh. The bash shell seems to suffer from some strange failures.
+SHELL=/bin/sh
+
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5