aboutsummaryrefslogtreecommitdiff
path: root/config/open-axiom.m4
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-26 20:30:28 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-26 20:30:28 +0000
commit79add112a71e07b63e62e3b52f4759de243b00a1 (patch)
tree306ae6c923c2e7785bd1ef551e8bf29708668604 /config/open-axiom.m4
parenta6eaf7f6bc93fd8d5629332f3c138616914e6b94 (diff)
downloadopen-axiom-79add112a71e07b63e62e3b52f4759de243b00a1.tar.gz
* Makefile.am: New. Automake existing top-level Makefile.in.
* Makefile.in: Generate from Makefile.am. * config/aclocal.m4: Regenerate.
Diffstat (limited to 'config/open-axiom.m4')
-rw-r--r--config/open-axiom.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index 17542ed6..2fd2a38f 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -69,13 +69,18 @@ AC_ARG_WITH([lisp], [ --with-lisp=L use L as Lisp platform],
## the option --enable-gcl is specified then OpenAxiom builds its
## own version from the source tree.
## If --enable-gcl is specified, we need to check for coonsistency
-AC_SUBST(oa_include_gcl)
oa_include_gcl=
+oa_gcldir=
+AC_SUBST(oa_gcldir)
+AC_SUBST(oa_gcldir)
AC_ARG_ENABLE([gcl], [ --enable-gcl build GCL from OpenAxiom source],
[case $enableval in
yes|no) oa_include_gcl=$enableval ;;
*) AC_MSG_ERROR([erroneous value for --enable-gcl]) ;;
esac])
+if test "$oa_include_gcl" = xyes; then
+ oa_gcldir=gcl
+fi
## If nothing was said about preferred Lisp, guess one.
AC_SUBST(AXIOM_LISP)
@@ -501,6 +506,7 @@ oa_shrobj_flags=
oa_shrlib_flags=
## Tell Libtool to assume `dlopen' so that it does not have to
## emulate it.
+LT_PREREQ([2.2.6])
LT_INIT([pic-only dlopen win32-dll shared])
AC_SUBST([LIBTOOL_DEPS])
# Give me extension of libraries