summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 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.