summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordas <das>2007-01-25 02:06:36 (GMT)
committerdas <das>2007-01-25 02:06:36 (GMT)
commit028106dd02dc6fedd3762dfa1669c112613aa4d5 (patch)
treefd922e5a653e09b9e641c8660851dce88940ba11 /unix/configure.in
parente34cf76c6857bfb4d0d42fb6d3006cb45c9d39ea (diff)
downloadtcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.zip
tcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.tar.gz
tcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.tar.bz2
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible
* unix/configure.in: and move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.13
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 656e4c9..6f6eead 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.106.2.32 2006/10/23 17:53:27 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.106.2.33 2007/01/25 02:06:38 das Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -725,5 +725,7 @@ AC_SUBST(EXTRA_INSTALL)
AC_SUBST(EXTRA_INSTALL_BINARIES)
AC_SUBST(EXTRA_BUILD_HTML)
+SC_OUTPUT_COMMANDS_PRE
+
tcl_config_files="${tcl_config_files} [Makefile dltest/Makefile tclConfig.sh]"
AC_OUTPUT([${tcl_config_files}])