summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-11 18:31:16 (GMT)
committerhobbs <hobbs>2005-02-11 18:31:16 (GMT)
commitf4f3da529e46b07a8d26d9ab621b9359bdfc0f0f (patch)
treeb34e3d3c68fcb864c20ee5a18fb47ec125a58361 /unix/Makefile.in
parent90397dff7078de0f2ac63ea4f4ef82268cda6466 (diff)
downloadtk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.zip
tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.tar.gz
tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.tar.bz2
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined
* unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7bf807e..b2b24a5 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.100 2005/01/10 18:57:39 jenglish Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.101 2005/02/11 18:31:56 hobbs Exp $
# Current Tk version; used in various names.
@@ -239,7 +239,6 @@ WISH_LIBS = $(TCL_LIB_SPEC) @LIBS@ $(X11_LIB_SWITCHES) @TCL_LIBS@
STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
-SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
TK_SHLIB_LD_EXTRAS = @TK_SHLIB_LD_EXTRAS@