diff options
author | dos-reis <gdr@axiomatics.org> | 2009-10-14 00:44:41 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-10-14 00:44:41 +0000 |
commit | 6e828a6113b3a714f37de4e8d4f2a12c6d0bec5e (patch) | |
tree | 79e6c8d91a34735744a507c44f22fa7024a39c63 /configure.ac.pamphlet | |
parent | 86c3cb9a28330ed843940a327e0dfc41871339cd (diff) | |
download | open-axiom-6e828a6113b3a714f37de4e8d4f2a12c6d0bec5e.tar.gz |
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 4 |
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]) @ |