diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | win/configure | 4 | ||||
-rw-r--r-- | win/tcl.m4 | 4 |
3 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2001-06-22 Mo DeJong <mdejong@redhat.com> + + * win/configure: + * win/tcl.m4: Update From Tcl. + 2001-06-21 eric melski <ericm@interwoven.com> * doc/colors.n: Corrected bogus documentation with respect to diff --git a/win/configure b/win/configure index 7de82f6..e04096d 100755 --- a/win/configure +++ b/win/configure @@ -1229,8 +1229,8 @@ echo "configure:1202: checking whether $ld_prog supports -shared option" >&5 CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="-Wall -Wconversion" - LDFLAGS_DEBUG=-g - LDFLAGS_OPTIMIZE=-O + LDFLAGS_DEBUG= + LDFLAGS_OPTIMIZE= # Specify the CC output file names based on the target name CC_OBJNAME="-o \$@" @@ -428,8 +428,8 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="-Wall -Wconversion" - LDFLAGS_DEBUG=-g - LDFLAGS_OPTIMIZE=-O + LDFLAGS_DEBUG= + LDFLAGS_OPTIMIZE= # Specify the CC output file names based on the target name CC_OBJNAME="-o \[$]@" |