summaryrefslogtreecommitdiffstats
path: root/unix/configure
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
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')
-rwxr-xr-xunix/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index a9276b2..572fd71 100755
--- a/unix/configure
+++ b/unix/configure
@@ -852,7 +852,7 @@ Optional Features:
--enable-langinfo use nl_langinfo if possible to determine
encoding at startup, otherwise use old heuristic
--enable-framework package shared libraries in MacOSX frameworks --disable-framework
- --enable-dll-unloading turn on the 'unload' command default: on
+ --enable-dll-unloading turn on the 'unload' command (default: on)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -1307,7 +1307,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- ac_config_headers="$ac_config_headers config.h"
+ ac_config_headers="$ac_config_headers tclConfig.h"
TCL_VERSION=8.5
@@ -15385,7 +15385,7 @@ do
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"dltest/Makefile" ) CONFIG_FILES="$CONFIG_FILES dltest/Makefile" ;;
"tclConfig.sh" ) CONFIG_FILES="$CONFIG_FILES tclConfig.sh" ;;
- "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+ "tclConfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS tclConfig.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;