diff options
author | hobbs <hobbs> | 2005-02-11 18:30:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-11 18:30:42 (GMT) |
commit | 66bcfe37dd92b5ad577ea963159868d70655b49a (patch) | |
tree | af0f6853219d987b46f8ff41b5226dcffd9e73c8 /unix/Makefile.in | |
parent | eb1d187f6b45b49683df1093661e3dd3b00844f3 (diff) | |
download | tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.zip tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.tar.gz tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.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.in | 3 |
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@ |