aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-28 10:17:12 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:47 +1000
commit22808a7a8e466ec41005cda0c8b883837d945dc5 (patch)
tree0117ff69434cdf11a62fb608822b1fc278f385f9 /configure
parent8819f3aecc3496ab20237689a252ac46255b0477 (diff)
downloadjimtcl-22808a7a8e466ec41005cda0c8b883837d945dc5.zip
jimtcl-22808a7a8e466ec41005cda0c8b883837d945dc5.tar.gz
jimtcl-22808a7a8e466ec41005cda0c8b883837d945dc5.tar.bz2
Use configure to create jim.h
jim.h can be used externally, including HAVE_LONG_LONG
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 7 insertions, 5 deletions
diff --git a/configure b/configure
index 15a045c..e43537b 100755
--- a/configure
+++ b/configure
@@ -597,7 +597,6 @@ SRCDIR
EXTRA_CFLAGS
JIM_LIBTYPE
JIM_EXTENSIONS
-JIM_NOFORK
SH_LDFLAGS
SH_CFLAGS
host_os
@@ -611,6 +610,7 @@ build
EGREP
GREP
CPP
+HAVE_LONG_LONG
SET_MAKE
OBJEXT
EXEEXT
@@ -3260,7 +3260,8 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_LONG_LONG 1
_ACEOF
-EXTRA_CFLAGS="$EXTRA_CFLAGS -DHAVE_LONG_LONG"
+HAVE_LONG_LONG="#define HAVE_LONG_LONG"
+
fi
@@ -3378,13 +3379,11 @@ if test "${enable_fork+set}" = set; then :
if test "x$enableval" = "xno" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: * disabling fork" >&5
$as_echo "* disabling fork" >&6; }
- JIM_NOFORK=1
+ EXTRA_CFLAGS="-DJIM_NOFORK"
fi
fi
-JIM_NOFORK=$JIM_NOFORK
-
# Check whether --enable-math was given.
if test "${enable_math+set}" = set; then :
enableval=$enable_math;
@@ -3505,6 +3504,8 @@ fi
ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files jim.h"
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -4200,6 +4201,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "jim.h") CONFIG_FILES="$CONFIG_FILES jim.h" ;;
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac