From 8e14c71e4836cea59d9bba5ef2d0a7a55a21b2a7 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 18 Apr 2003 20:02:26 +0000 Subject: * 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). --- win/configure | 5 +++++ win/configure.in | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 diff --git a/win/configure.in b/win/configure.in index dbc36d6..f1b5bbd 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,11 +3,16 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.73 2003/04/14 02:36:58 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.74 2003/04/18 20:02:27 hobbs Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) +# 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 -- cgit v0.12