aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-19 22:58:51 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-19 22:58:51 +0000
commit5b484d68a91e5867c96ac409253f3503b188aadd (patch)
tree603edd807121b9440b80202d502426a4b53d7ade /configure.ac
parent32a0482710c76733805bca604c2089c231cd733f (diff)
downloadopen-axiom-5b484d68a91e5867c96ac409253f3503b188aadd.tar.gz
* driver/utils.c (openaxiom_allocate_argv): New.
(openaxiom_build_rts_options): Use it. Tidy. Handle Clozure CL and CLISP.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 391bf91f..0bcfbd26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ dnl Most of the macros used in this configure.ac are defined in files
dnl located in the subdirectory config/
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2010-11-16],
+AC_INIT([OpenAxiom], [1.4.0-2010-11-19],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)