From 5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 9 Nov 2010 07:28:47 +1000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 4335968..780c765 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.1