summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-29 23:00:18 (GMT)
committermdejong <mdejong>2002-07-29 23:00:18 (GMT)
commit709c9e7193e7f6e1840a798149b76b33f47ccffa (patch)
tree6287e6fb77e0df6ccfd0de4f4e25de92df0db38a /unix/configure.in
parent37ae57d4d60c1512e5f7751aa2281c93c8093132 (diff)
downloadtcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.zip
tcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.tar.gz
tcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.tar.bz2
* unix/Makefile.in: Use CC_SEARCH_FLAGS instead of
LD_SEARCH_FLAGS when linking with ${CC}. * unix/configure: Regen. * unix/configure.in: Don't subst CC_SEARCH_FLAGS or LD_SEARCH_FLAGS since this is now done in tcl.m4. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Document and set CC_SEARCH_FLAGS whenever LD_SEARCH_FLAGS is set. [Tcl patch 588290]
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 2da9e69..fba96e1 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.95 2002/07/29 16:54:41 rmax Exp $
+# RCS: @(#) $Id: configure.in,v 1.96 2002/07/29 23:00:21 mdejong Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -527,8 +527,6 @@ AC_SUBST(CFG_TCL_UNSHARED_LIB_SUFFIX)
AC_SUBST(CFG_TCL_EXPORT_FILE_SUFFIX)
AC_SUBST(DL_OBJS)
-AC_SUBST(CC_SEARCH_FLAGS)
-AC_SUBST(LD_SEARCH_FLAGS)
AC_SUBST(TCL_SHARED_BUILD)