aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c8b62960..c2ca0a1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2009-10-10],
+AC_INIT([OpenAxiom], [1.4.0-2009-10-13],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
@@ -164,7 +164,7 @@ if test -z $axiom_lisp; then
fi
## We need to build our own GCL if none is avalaible.
if test -z $axiom_lisp; then
- AC_CHECK_PROGS([AXIOM_LISP], [gcl sbcl clisp])
+ AC_CHECK_PROGS([AXIOM_LISP], [sbcl gcl ecl clisp])
## A lisp may not be available AND the GCL source may also
## be missing. Instruct user to either build one or get
## the dependencies from our website.