aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-16 08:09:13 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-16 08:09:13 +0000
commit48272db136adb7a6a2b36204d03f12760cc7aa40 (patch)
treecbf157cbc38f7d3d992c97d77a3a678f2231b273 /configure.ac
parent9b4607c30264bc1a28ff3c94f0cd21a453619541 (diff)
downloadopen-axiom-48272db136adb7a6a2b36204d03f12760cc7aa40.tar.gz
* lib/Makefile.in ($(axiom_target_libdir)/libopen-axiom-core.$(DLLEXT)): Tidy.
($(axiom_target_libdir)/libspad.la): Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80572936..6016198d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.2.0-2008-03-15],
+AC_INIT([OpenAxiom], [1.2.0-2008-03-16],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
@@ -11,6 +11,9 @@ AC_PREREQ([2.60])
AC_CONFIG_SRCDIR(src/Makefile.pamphlet)
+# Tell Libtool to assume `dlopen' so that it does not have to
+# emulate it.
+AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)