From 83ca1ca9b40094b453deb82faa202aa2d9fb7a03 Mon Sep 17 00:00:00 2001 From: mdejong Date: Fri, 22 Jun 2001 09:10:38 +0000 Subject: * win/configure: * win/tcl.m4: Update From Tcl. --- ChangeLog | 5 +++++ win/configure | 4 ++-- win/tcl.m4 | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea645f7..9b2bc1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-22 Mo DeJong + + * win/configure: + * win/tcl.m4: Update From Tcl. + 2001-06-21 eric melski * 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 \$@" diff --git a/win/tcl.m4 b/win/tcl.m4 index cc719dd..ba58cad 100644 --- a/win/tcl.m4 +++ b/win/tcl.m4 @@ -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 \[$]@" -- cgit v0.12