diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-11-09 07:28:47 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-11-09 07:28:47 +1000 |
commit | 5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 (patch) | |
tree | 72f625d13c553a613283bd58a3325e009f399c35 /configure | |
parent | b7a3951c0046491a62399fc51fe809e24e5eb8b7 (diff) | |
download | jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.zip jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.gz jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.bz2 |
Allow jim to be used as an autoconf subdir
Ensure that no public headers include the autoconf
header, jimautoconf.h, as it leads to problems
with redefined symbols.
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4256,7 +4256,7 @@ PLATFORM_OS=`uname -s` PLATFORM_PLATFORM=unix -ac_config_files="$ac_config_files Makefile jimautoconfext.h" +ac_config_files="$ac_config_files Makefile jim-config.h" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4961,7 +4961,7 @@ do case $ac_config_target in "jimautoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS jimautoconf.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "jimautoconfext.h") CONFIG_FILES="$CONFIG_FILES jimautoconfext.h" ;; + "jim-config.h") CONFIG_FILES="$CONFIG_FILES jim-config.h" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |