aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 104d42af..a7aa67f1 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -811,7 +811,7 @@ Consequently, we need to check for \Tool{GCL} and its version:
<<find lisp>>=
## 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.
@@ -1149,7 +1149,7 @@ information:
<<Autoconf init>>=
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])
@