aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-23 06:42:21 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-23 06:42:21 +0000
commit13e5c3f6bc5954bcb6b6a76672b1ae6850385179 (patch)
treef0a3e0894f48b7f53529d3cafeb5939531f470ec /configure
parentd9885ac83981e3a67657c8e24df8943e5e126a9e (diff)
downloadopen-axiom-13e5c3f6bc5954bcb6b6a76672b1ae6850385179.tar.gz
FASLEXT is now AC_SUBST
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure52
1 files changed, 34 insertions, 18 deletions
diff --git a/configure b/configure
index 413651ac..9c8c461d 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2014-02-10.
+# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2014-02-22.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
-PACKAGE_VERSION='1.5.0-2014-02-10'
-PACKAGE_STRING='OpenAxiom 1.5.0-2014-02-10'
+PACKAGE_VERSION='1.5.0-2014-02-22'
+PACKAGE_STRING='OpenAxiom 1.5.0-2014-02-22'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
PACKAGE_URL=''
@@ -671,7 +671,7 @@ oa_enable_checking
oa_enable_profiling
oa_keep_files
oa_enable_threads
-oa_fasl_type
+FASLEXT
oa_use_dynamic_lib
oa_eval_flags
oa_quiet_flags
@@ -739,6 +739,8 @@ CC
oa_delay_ffi
OA_STANDARD_LINKING_FALSE
OA_STANDARD_LINKING_TRUE
+OA_GCL_RT_FALSE
+OA_GCL_RT_TRUE
OA_ECL_RT_FALSE
OA_ECL_RT_TRUE
oa_standard_linking
@@ -1413,7 +1415,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures OpenAxiom 1.5.0-2014-02-10 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.5.0-2014-02-22 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1488,7 +1490,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2014-02-10:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2014-02-22:";;
esac
cat <<\_ACEOF
@@ -1605,7 +1607,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-OpenAxiom configure 1.5.0-2014-02-10
+OpenAxiom configure 1.5.0-2014-02-22
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2606,7 +2608,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by OpenAxiom $as_me 1.5.0-2014-02-10, which was
+It was created by OpenAxiom $as_me 1.5.0-2014-02-22, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3622,7 +3624,7 @@ fi
# Define the identity of the package.
PACKAGE='openaxiom'
- VERSION='1.5.0-2014-02-10'
+ VERSION='1.5.0-2014-02-22'
cat >>confdefs.h <<_ACEOF
@@ -4035,6 +4037,14 @@ else
OA_ECL_RT_FALSE=
fi
+ if test $oa_lisp_flavor = gcl; then
+ OA_GCL_RT_TRUE=
+ OA_GCL_RT_FALSE='#'
+else
+ OA_GCL_RT_TRUE='#'
+ OA_GCL_RT_FALSE=
+fi
+
if test $oa_standard_linking = yes; then
OA_STANDARD_LINKING_TRUE=
OA_STANDARD_LINKING_FALSE='#'
@@ -17779,7 +17789,15 @@ case $oa_lisp_flavor in
esac
+# What is the extension of object and executable files on this platform?
+
+
+cat >>confdefs.h <<_ACEOF
+#define OPENAXIOM_EXEEXT "$ac_cv_exeext"
+_ACEOF
+
+oa_fasl_type=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiled Lisp file extension" >&5
$as_echo_n "checking compiled Lisp file extension... " >&6; }
if test x"$oa_include_gcl" = xyes; then
@@ -17803,13 +17821,7 @@ else
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $oa_fasl_type" >&5
$as_echo "$oa_fasl_type" >&6; }
-
-## What is the extension of object and executable files on this platform?
-
-
-cat >>confdefs.h <<_ACEOF
-#define OPENAXIOM_EXEEXT "$ac_cv_exeext"
-_ACEOF
+FASLEXT=$oa_fasl_type
@@ -20278,6 +20290,10 @@ if test -z "${OA_ECL_RT_TRUE}" && test -z "${OA_ECL_RT_FALSE}"; then
as_fn_error $? "conditional \"OA_ECL_RT\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${OA_GCL_RT_TRUE}" && test -z "${OA_GCL_RT_FALSE}"; then
+ as_fn_error $? "conditional \"OA_GCL_RT\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${OA_STANDARD_LINKING_TRUE}" && test -z "${OA_STANDARD_LINKING_FALSE}"; then
as_fn_error $? "conditional \"OA_STANDARD_LINKING\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -20712,7 +20728,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by OpenAxiom $as_me 1.5.0-2014-02-10, which was
+This file was extended by OpenAxiom $as_me 1.5.0-2014-02-22, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20778,7 +20794,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-OpenAxiom config.status 1.5.0-2014-02-10
+OpenAxiom config.status 1.5.0-2014-02-22
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"