From 7a769556ca219257c7801dc7c59bdc597c4b442c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 16 Aug 2010 03:10:31 +0000 Subject: * 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. --- configure.ac | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bc773a9e..2ab09866 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,12 @@ fi ## Where tools for the build platform are sequestered axiom_build_sharedir=$axiom_builddir/share + +## Accumulate list of utils needed for the build platform +## It is vital that noweb is present in the build environement. +oa_all_prerequisites= +AC_SUBST(oa_all_prerequisites) + OPENAXIOM_HOST_COMPILERS OPENAXIOM_GCL_HACKS OPENAXIOM_HOST_DATA_PROPERTIES @@ -47,10 +53,6 @@ case $host in esac AC_SUBST(oa_editor) -## Accumulate list of utils needed for the build platform -## It is vital that noweb is present in the build environement. -axiom_all_prerequisites= - AC_PATH_PROGS([HOST_AWK],[awk nawk gawk mawk]) @@ -66,7 +68,7 @@ AC_CHECK_PROGS([MAKEINDEX], [makeindex]) OPENAXIOM_LISP_FLAGS -OPENAXIOM_FILE_EXTENSIONS($axiom_lisp) +OPENAXIOM_FILE_EXTENSIONS ## Occaionally, we may want to keep intermediary files. oa_keep_files= @@ -94,7 +96,6 @@ esac AC_SUBST(oa_enable_threads) -AC_SUBST(axiom_all_prerequisites) axiom_optimize_options=speed ## Shall we proclaim safety? axiom_enable_checking=no # don't turn on checking by default. @@ -327,7 +328,7 @@ AC_SUBST(openaxiom_host_has_regex) axiom_host_has_libbfd= ## Check for these only if we are going to build GCL from source. -case $axiom_all_prerequisites in +case $oa_all_prerequisites in *all-gcl*) AC_CHECK_HEADER([bfd.h]) AC_HAVE_LIBRARY([bfd], [axiom_host_has_libbfd=yes]) -- cgit v1.2.3