summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rwxr-xr-xunix/configure4
-rw-r--r--unix/configure.in4
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
5 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 18fa50d..5c7e6cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2001-06-26 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
+ * unix/configure.in: Fix last checkin by removing
+ export since that only works in bash.
+ * win/configure: Regen.
+ * win/configure.in: Ditto.
+
+2001-06-26 Mo DeJong <mdejong@redhat.com>
+
+ * unix/configure: Regen.
* unix/configure.in: Set CFLAGS to "" if the user
did not set CFLAGS in the env. This keeps AC_PROG_CC
from adding "-g -O2" to the CFLAGS by default.
diff --git a/unix/configure b/unix/configure
index 3979635..35ab72d 100755
--- a/unix/configure
+++ b/unix/configure
@@ -533,7 +533,7 @@ else
fi
-# RCS: @(#) $Id: configure.in,v 1.67 2001/06/22 23:02:53 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.68 2001/06/26 20:13:20 mdejong Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
@@ -560,7 +560,7 @@ TCL_SRC_DIR=`cd $srcdir/..; pwd`
# If the user did not set CFLAGS, set it now to keep
# the AC_PROG_CC macro from adding "-g -O2".
if test "${CFLAGS+set}" != "set" ; then
- export CFLAGS=""
+ CFLAGS=""
fi
# Extract the first word of "gcc", so it can be a program name with args.
diff --git a/unix/configure.in b/unix/configure.in
index 1b04714..af18853 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.68 2001/06/26 20:13:20 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.69 2001/06/26 20:28:43 mdejong Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
@@ -30,7 +30,7 @@ TCL_SRC_DIR=`cd $srcdir/..; pwd`
# If the user did not set CFLAGS, set it now to keep
# the AC_PROG_CC macro from adding "-g -O2".
if test "${CFLAGS+set}" != "set" ; then
- export CFLAGS=""
+ CFLAGS=""
fi
AC_PROG_CC
diff --git a/win/configure b/win/configure
index 2e68055..d8c61e0 100755
--- a/win/configure
+++ b/win/configure
@@ -550,7 +550,7 @@ fi
# If the user did not set CFLAGS, set it now to keep
# the AC_PROG_CC macro from adding "-g -O2".
if test "${CFLAGS+set}" != "set" ; then
- export CFLAGS=""
+ CFLAGS=""
fi
# Extract the first word of "gcc", so it can be a program name with args.
diff --git a/win/configure.in b/win/configure.in
index 82c8377..09df34f 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,7 +2,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.35 2001/06/26 20:13:20 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.36 2001/06/26 20:28:43 mdejong Exp $
AC_INIT(../generic/tcl.h)
@@ -26,7 +26,7 @@ fi
# If the user did not set CFLAGS, set it now to keep
# the AC_PROG_CC macro from adding "-g -O2".
if test "${CFLAGS+set}" != "set" ; then
- export CFLAGS=""
+ CFLAGS=""
fi
AC_PROG_CC