aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
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.pamphlet
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.pamphlet')
-rw-r--r--configure.ac.pamphlet5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 03c8a06a..282c9383 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1022,7 +1022,7 @@ information:
<<Autoconf init>>=
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])
@
@@ -1157,6 +1157,9 @@ of traps. Consequently, dedicated tools have been developed to
abstract away from those details. In particular, we rely on
GNU \Tool{libtool} to take care of that for us.
<<initialize shared libraries tool>>=
+# Tell Libtool to assume `dlopen' so that it does not have to
+# emulate it.
+AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
@