summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-12 18:07:49 (GMT)
committerrmax <rmax>2004-11-12 18:07:49 (GMT)
commit87c29e7beba88eb6257151d68884a27f3eebee8a (patch)
tree7e54494321727d4c30f31c0bd587b80abc4624b3 /unix/configure.in
parentd2ccdc3e5003ca2340946dd13dec6a4783f716f5 (diff)
downloadtcl-87c29e7beba88eb6257151d68884a27f3eebee8a.zip
tcl-87c29e7beba88eb6257151d68884a27f3eebee8a.tar.gz
tcl-87c29e7beba88eb6257151d68884a27f3eebee8a.tar.bz2
* unix/config.h.in:
* unix/tclConfig.h.in: renamed * unix/Makefile.in: Completed support for config header, * unix/configure.in: fixed building outside of the unix dir, * unix/tclAppinit.c: and reflected the name change of config.h. * generic/tclInt.h: * unix/configure: generated
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index fe8b3a8..9792274 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,11 +3,11 @@ 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.116 2004/11/12 16:44:58 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.117 2004/11/12 18:07:55 rmax Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
-AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_HEADERS(tclConfig.h)
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8