summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-22 09:10:38 (GMT)
committermdejong <mdejong>2001-06-22 09:10:38 (GMT)
commit83ca1ca9b40094b453deb82faa202aa2d9fb7a03 (patch)
treeb08db2b610248f3e1db623b6d3e5eef73fea2257
parenta9040f5c279e1c15647daad577a4b2c11f0a1f43 (diff)
downloadtk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.zip
tk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.tar.gz
tk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.tar.bz2
* win/configure:
* win/tcl.m4: Update From Tcl.
-rw-r--r--ChangeLog5
-rwxr-xr-xwin/configure4
-rw-r--r--win/tcl.m44
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 <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 \$@"
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 \[$]@"