aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-17 02:47:11 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-17 02:47:11 +0000
commit8f21c442fd11537bd02bb54675d4544c57613e18 (patch)
tree9a5066d52d0f1ce4ab7308a0053917c7e467112a /configure
parent91772f2dca39711b709a2651bfe68f348c9b99ad (diff)
downloadopen-axiom-8f21c442fd11537bd02bb54675d4544c57613e18.tar.gz
* configure.ac.pamphlet: Check for executable gcl before
toplevel directory gcl. * configure.ac: Regenerate. * configure: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 9 insertions, 8 deletions
diff --git a/configure b/configure
index 21072ec1..a8506631 100755
--- a/configure
+++ b/configure
@@ -20548,14 +20548,6 @@ fi
fi
## We need to build our own GCL if none is avalaible
if test -z $axiom_lisp; then
- ## A lisp may not be available AND the GCL source may also
- ## be missing. Instruct user to either build one or get
- ## the dependencies from our website.
- if test ! -d ${srcdir}/gcl; then
- { { echo "$as_me:$LINENO: error: OpenAxiom needs GCL. Either separately build one, or get the dependency tarball from OpenAxiom website." >&5
-echo "$as_me: error: OpenAxiom needs GCL. Either separately build one, or get the dependency tarball from OpenAxiom website." >&2;}
- { (exit 1); exit 1; }; }
- fi
# Extract the first word of "gcl", so it can be a program name with args.
set dummy gcl; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -20596,6 +20588,15 @@ echo "${ECHO_T}no" >&6; }
fi
+ ## A lisp may not be available AND the GCL source may also
+ ## be missing. Instruct user to either build one or get
+ ## the dependencies from our website.
+ if test -z $AXIOM_LISP -a ! -d ${srcdir}/gcl; then
+ { { echo "$as_me:$LINENO: error: OpenAxiom needs GCL. Either separately build one, or get the dependency tarball from OpenAxiom website." >&5
+echo "$as_me: error: OpenAxiom needs GCL. Either separately build one, or get the dependency tarball from OpenAxiom website." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+
axiom_lisp=$AXIOM_LISP
else
## Honor use of Lisp image specified on command line