diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-16 08:09:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-16 08:09:13 +0000 |
commit | 48272db136adb7a6a2b36204d03f12760cc7aa40 (patch) | |
tree | cbf157cbc38f7d3d992c97d77a3a678f2231b273 /configure.ac.pamphlet | |
parent | 9b4607c30264bc1a28ff3c94f0cd21a453619541 (diff) | |
download | open-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.pamphlet | 5 |
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) @ |