aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parentd9885ac83981e3a67657c8e24df8943e5e126a9e (diff)
downloadopen-axiom-13e5c3f6bc5954bcb6b6a76672b1ae6850385179.tar.gz
FASLEXT is now AC_SUBST
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0f4a0b0e..32037532 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -304,6 +304,7 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+FASLEXT = @FASLEXT@
FGREP = @FGREP@
# Configure options to GCL.
@@ -418,7 +419,6 @@ oa_enable_checking = @oa_enable_checking@
oa_enable_profiling = @oa_enable_profiling@
oa_enable_threads = @oa_enable_threads@
oa_eval_flags = @oa_eval_flags@
-oa_fasl_type = @oa_fasl_type@
oa_host_has_regex = @oa_host_has_regex@
oa_keep_files = @oa_keep_files@
oa_lisp_flavor = @oa_lisp_flavor@