From 6b365f926f1f0430c34498392e1dddbff126bc48 Mon Sep 17 00:00:00 2001 From: dos-reis <gdr@axiomatics.org> Date: Sun, 10 Feb 2008 04:48:39 +0000 Subject: Add support for batch processing. --- configure.ac.pamphlet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac.pamphlet') 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]) @ -- cgit v1.2.3