aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-16 03:10:31 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-16 03:10:31 +0000
commit7a769556ca219257c7801dc7c59bdc597c4b442c (patch)
tree918fee01460e14920609cd0f1c99106c81f5fefc /ChangeLog
parent42c00eb3fd18295be5da760d2ed8e6dece2c91bc (diff)
downloadopen-axiom-7a769556ca219257c7801dc7c59bdc597c4b442c.tar.gz
* config/open-axiom.m4 (OPENAXIOM_REJECT_ROTTED_LISP): Tidy.
(OPENAXIOM_CHECK_GCL_INCLUSION): Likewise. (OPENAXIOM_LISP_FLAVOR): Likewise. (OPENAXIOM_HOST_COMPILERS): Likewise. (OPENAXIOM_PROG_LISP): Honor --enable-gcl properly. * Makefile.pamphlet (all-src): Rename axiom_all_prerequisites to oa_all_prerequisites.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4930c7a9..03298fef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2010-08-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * config/open-axiom.m4 (OPENAXIOM_REJECT_ROTTED_LISP): Tidy.
+ (OPENAXIOM_CHECK_GCL_INCLUSION): Likewise.
+ (OPENAXIOM_LISP_FLAVOR): Likewise.
+ (OPENAXIOM_HOST_COMPILERS): Likewise.
+ (OPENAXIOM_PROG_LISP): Honor --enable-gcl properly.
+ * Makefile.pamphlet (all-src): Rename axiom_all_prerequisites to
+ oa_all_prerequisites.
+
+2010-08-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): New. Abstract
over build tool requirements.
* configure.ac.pamphlet: Use it.