aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-24 14:42:22 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-24 14:42:22 +0000
commitea2ea538c6a308bfc1ca17142ad3e272f5758e80 (patch)
tree563025e52e033c281d5c12d0079babeef9019dd0 /configure.ac
parentd0832d123c8ddd89ba7f14a338dd7fdc0e8af311 (diff)
downloadopen-axiom-ea2ea538c6a308bfc1ca17142ad3e272f5758e80.tar.gz
Implement an s-expression C++ library.
* utils/hash-table.H: New. * utils/sexpr.H: Likewise. * utils/sexpr.cc: Likewise. * utils/string-pool.H: Likewise. * utils/string-pool.cc: Likewise. * utils/storage.H: Include openaxiom-c-macros.h (Memory::Storage): New. (Memory::Arena): Likewise. * utils/storage.cc: Implement member functions of new class. * utils/Makefile.in (libOpenAxiom_HEADERS): Include hash-table.H, string-pool.H, and sexpr.H (libOpenAxiom_SOURCES): Include string-pool.cc and sexpr.cc
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 b4fe9057..1a7aafe7 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-08-20],
+AC_INIT([OpenAxiom], [1.4.0-2010-08-24],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)