diff options
author | mdejong <mdejong> | 2001-06-26 20:31:58 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-26 20:31:58 (GMT) |
commit | 8f22f389aad0e1ac27e08aafbc619b8dbae1f50b (patch) | |
tree | 2ab24e9d0ddd87b307d8ff84ffaa662394cdb81c /ChangeLog | |
parent | cfb424fdeffdc953975e1dd1174390724fb76583 (diff) | |
download | tk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.zip tk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.tar.gz tk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |