diff options
author | hobbs <hobbs> | 2003-04-18 21:55:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-04-18 21:55:02 (GMT) |
commit | ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38 (patch) | |
tree | a7d6c41505dd55efb3cf0042d76219ff08b96cf7 /win/configure | |
parent | ae2c4cb462b2445d5cb0153e187fe77c2c428abc (diff) | |
download | tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.zip tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.tar.gz tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.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-x | win/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/configure b/win/configure index 768fde5..56e4200 100755 --- a/win/configure +++ b/win/configure @@ -1266,6 +1266,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 + TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 |