summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-26 20:28:43 (GMT)
committermdejong <mdejong>2001-06-26 20:28:43 (GMT)
commit6066205f3d02f902d53fd00d55d8bef7c06ebee8 (patch)
tree4973c748b15cc94a17a9d6bec7e419adb437a5b9 /unix/configure.in
parent6e78ca3bfaefa925f074070ac7788fd278271283 (diff)
downloadtcl-6066205f3d02f902d53fd00d55d8bef7c06ebee8.zip
tcl-6066205f3d02f902d53fd00d55d8bef7c06ebee8.tar.gz
tcl-6066205f3d02f902d53fd00d55d8bef7c06ebee8.tar.bz2
* 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.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
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