diff options
| author | rmax <rmax> | 2004-11-12 18:07:49 (GMT) |
|---|---|---|
| committer | rmax <rmax> | 2004-11-12 18:07:49 (GMT) |
| commit | 935ea0cea61b2a3cabe9e3b8037520d92d2b31f7 (patch) | |
| tree | 7e54494321727d4c30f31c0bd587b80abc4624b3 /unix/configure | |
| parent | c310b970e52bc2bc5095757f7efa540613e937c3 (diff) | |
| download | tcl-935ea0cea61b2a3cabe9e3b8037520d92d2b31f7.zip tcl-935ea0cea61b2a3cabe9e3b8037520d92d2b31f7.tar.gz tcl-935ea0cea61b2a3cabe9e3b8037520d92d2b31f7.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-x | unix/configure | 6 |
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; }; };; |
