diff options
author | das <das> | 2007-01-25 02:07:34 (GMT) |
---|---|---|
committer | das <das> | 2007-01-25 02:07:34 (GMT) |
commit | 59d8441014c53168c4df5c14f0d7c4d9d129a22c (patch) | |
tree | 7b7c924ed0d9ed5e4273b20c3130448e013ab478 /unix/configure.in | |
parent | c652b30c3812e580ffee488266deec04777bd9fd (diff) | |
download | tk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.zip tk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.tar.gz tk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.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.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 7d05e64..d944f56 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 Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.83.2.35 2006/10/23 17:58:28 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.83.2.36 2007/01/25 02:07:35 das Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.13) @@ -589,5 +589,7 @@ AC_SUBST(APP_RSRC_FILE) AC_SUBST(REZ) AC_SUBST(REZ_FLAGS) +SC_OUTPUT_COMMANDS_PRE + tk_config_files="${tk_config_files} [Makefile tkConfig.sh]" AC_OUTPUT([${tk_config_files}]) |