[PPL-devel] [GIT] ppl/ppl(master): Use LT_PREREQ to ensure a recent-enough version of Libtool is used.

Roberto Bagnara bagnara at cs.unipr.it
Mon Apr 27 19:06:35 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 6c74abbd831d16868fabb6b90d1b57578e164cda
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6c74abbd831d16868fabb6b90d1b57578e164cda

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Apr 27 19:06:12 2009 +0200

Use LT_PREREQ to ensure a recent-enough version of Libtool is used.

---

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index ddcf68c..cefc30a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1367,6 +1367,7 @@ esac
 AM_CONDITIONAL(THOROUGH_MAKE_CHECK, test x"$enableval" = xthorough)
 
 # Libtool.
+LT_PREREQ([1.5.24])
 LT_INIT([dlopen])
 AM_CONDITIONAL(ENABLE_SHARED, test x"$enable_shared" = xyes)
 AM_CONDITIONAL(ENABLE_STATIC, test x"$enable_static" = xyes)




More information about the PPL-devel mailing list