summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-17 17:52:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-17 17:52:59 (GMT)
commit0014094bc624316bcdfbd58b1187592019384026 (patch)
tree035cdde9c585597fb46193d2ff38c7c0e2999b0d /unix/configure.in
parentf064e12fe6a865fc5dcbebfd5caef562b799252e (diff)
downloadtcl-0014094bc624316bcdfbd58b1187592019384026.zip
tcl-0014094bc624316bcdfbd58b1187592019384026.tar.gz
tcl-0014094bc624316bcdfbd58b1187592019384026.tar.bz2
* unix/configure.in: The change below reveals that the public
data type Tcl_StatBuf relies on config information. For now, disabled the use of the tclConfig.h file until its full impact on Tcl's interface can be assessed. * unix/configure: autoconf-2.57 * generic/tcl.h: Moved the #include "tclConfig.h" out of * generic/tclInt.h: tcl.h. The config settings are not part of * generic/tclPort.: the public interface, and having it there breaks compiled against uninstalled Tcl and extensions using autoconf-2.5*.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index e259ef9..04f8557 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +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.118 2004/11/16 03:30:56 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.119 2004/11/17 17:53:03 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
-AC_CONFIG_HEADERS([tclConfig.h])
-AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])
+dnl AC_CONFIG_HEADERS([tclConfig.h])
+dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8