summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-06-26 20:28:43 (GMT)
committermdejong <mdejong@noemail.net>2001-06-26 20:28:43 (GMT)
commit7b2f411e9bb3e82f65a1727356ce68503669cdeb (patch)
tree4973c748b15cc94a17a9d6bec7e419adb437a5b9 /ChangeLog
parent67634468e186482ebe4a4e786f26a66c6a009fe5 (diff)
downloadtcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.zip
tcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.tar.gz
tcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.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. FossilOrigin-Name: beea9df819b148010b3a13f4d2069adbd654c49b
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.