summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordas <das>2004-11-16 03:30:53 (GMT)
committerdas <das>2004-11-16 03:30:53 (GMT)
commit94924ff57408aeb13b1e559cb9a503fdf8a14c0e (patch)
tree0b79757be31e82255027b00a9460fcf81db06a44 /unix/configure.in
parent299f8c136f1da398872b24fcc9490d98819eab6f (diff)
downloadtcl-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.in5
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