diff options
author | mdejong <mdejong> | 2001-06-23 00:36:06 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-23 00:36:06 (GMT) |
commit | 8e8f33e912a857a24726b8ce00c16008db376cc9 (patch) | |
tree | 7f587ff9102acc4249556a0cc46b20d2eea23aa2 | |
parent | 13d4301538ad4cf7851a755125f8f3beb21a431a (diff) | |
download | tcl-8e8f33e912a857a24726b8ce00c16008db376cc9.zip tcl-8e8f33e912a857a24726b8ce00c16008db376cc9.tar.gz tcl-8e8f33e912a857a24726b8ce00c16008db376cc9.tar.bz2 |
* win/configure: Regen.
* win/tcl.m4: Fix silly typo in last checkin.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2001-06-22 Mo DeJong <mdejong@redhat.com> + * win/configure: Regen. + * win/tcl.m4: Fix silly typo in last checkin. + +2001-06-22 Mo DeJong <mdejong@redhat.com> + * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@. Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works. diff --git a/win/configure b/win/configure index e940f9f..3f84afa 100755 --- a/win/configure +++ b/win/configure @@ -1312,7 +1312,7 @@ fi if test "$tcl_ok" = "yes"; then CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' - LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG})' + LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG)' DBGX=d echo "$ac_t""yes" 1>&6 else @@ -259,7 +259,7 @@ AC_DEFUN(SC_ENABLE_SYMBOLS, [ if test "$tcl_ok" = "yes"; then CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' - LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG})' + LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG)' DBGX=d AC_MSG_RESULT([yes]) else |