diff options
author | das <das> | 2004-11-16 03:30:53 (GMT) |
---|---|---|
committer | das <das> | 2004-11-16 03:30:53 (GMT) |
commit | 94924ff57408aeb13b1e559cb9a503fdf8a14c0e (patch) | |
tree | 0b79757be31e82255027b00a9460fcf81db06a44 /unix/configure.in | |
parent | 299f8c136f1da398872b24fcc9490d98819eab6f (diff) | |
download | tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.zip tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.tar.gz tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.tar.bz2 |
* generic/tcl.h:
* unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H.
* unix/configure: autoconf-2.57
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 9792274..e259ef9 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,11 +3,12 @@ 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.117 2004/11/12 18:07:55 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.118 2004/11/16 03:30:56 das Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) -AC_CONFIG_HEADERS(tclConfig.h) +AC_CONFIG_HEADERS([tclConfig.h]) +AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H]) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 |