diff options
author | dos-reis <gdr@axiomatics.org> | 2008-02-10 04:48:39 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-02-10 04:48:39 +0000 |
commit | 6b365f926f1f0430c34498392e1dddbff126bc48 (patch) | |
tree | bdbc548cea2b0968863d9695bbdfc1732b16c3c5 /configure.ac.pamphlet | |
parent | 06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (diff) | |
download | open-axiom-6b365f926f1f0430c34498392e1dddbff126bc48.tar.gz |
Add support for batch processing.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 762a42bf..11711408 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -872,6 +872,9 @@ case $axiom_include_gcl,$axiom_lisp in esac AC_SUBST(axiom_include_gcl) AC_SUBST(axiom_lisp_flavor) +AC_DEFINE_UNQUOTED([OPENAXIOM_BASE_RTS], + [openaxiom_${axiom_lisp_flavor}_runtime], + [The kind of base runtime system for this build.]) ## The following is a horrible to arrange for GCL to successfully ## rebuild symbol tables with "rsym" on Windows platform. It should @@ -1019,7 +1022,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-02-04], +AC_INIT([OpenAxiom], [1.2.0-2008-02-09], [open-axiom-bugs@lists.sf.net]) @ |