aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-04 17:39:29 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-04 17:39:29 +0000
commit5c406a26ee4ac3cce337e65d0e504f6410c319b4 (patch)
treecc12aa61e91fb2ac416bc21926a5721836092ed1 /configure.ac.pamphlet
parent51f0543c83da339fb8a3cb330668306d905a2090 (diff)
downloadopen-axiom-5c406a26ee4ac3cce337e65d0e504f6410c319b4.tar.gz
* interp/Makefile.pamphlet (OBJS): Include sys-utility.$(FASLEXT).
(sys-utility.$(FASLEXT)): New rule. * interp/sys-utility.boot: New. * interp/macros.lisp (|functionp|): Move to sys-utility.boot. (|macrop|): Likewise. (|delete|): Likewise. (CONTAINED, contained\,eq, contained\,equal): Likewise. (ASSOCLEFT): Likewise. (ASSOCRIGHT): Likewise. (ADDASSOC): Likewise. (DELLASOS): Likewise. (LASSOC): Likewise. (|rassoc|): Likewise.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 10e2cdfd..2dcfd529 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1019,7 +1019,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.1.0-2008-02-03],
+AC_INIT([OpenAxiom], [1.1.0-2008-02-04],
[open-axiom-bugs@lists.sf.net])
@