summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2005-02-11 18:30:41 (GMT)
committerhobbs <hobbs@noemail.net>2005-02-11 18:30:41 (GMT)
commit826e7d8f4ff6cc3a83354be8d21c871368100faf (patch)
treeaf0f6853219d987b46f8ff41b5226dcffd9e73c8 /unix/Makefile.in
parent1828c2979b009f47be9faeb2dbf44e805f033b94 (diff)
downloadtcl-826e7d8f4ff6cc3a83354be8d21c871368100faf.zip
tcl-826e7d8f4ff6cc3a83354be8d21c871368100faf.tar.gz
tcl-826e7d8f4ff6cc3a83354be8d21c871368100faf.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. FossilOrigin-Name: 4f071c20e2e56518310a9b7d6b2f0fe403269181
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 2dc6bf5..0cb91b1 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.161 2005/01/10 18:43:37 jenglish Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.162 2005/02/11 18:32:15 hobbs Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -186,7 +186,6 @@ TCL_EXE = tclsh
STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
-SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@