* configure.ac: Invoke LT_INIT instead of AC_PROG_LIBTOOL.
---
ChangeLog | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c10b735..e749aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Use modern idioms of Libtool.
+
+ * configure.ac: Invoke LT_INIT instead of AC_PROG_LIBTOOL.
+
+2009-02-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Complete the list of configured Makefiles.
* configure.ac: Configure milena/tests/fun/p2p/Makefile.
diff --git a/configure.ac b/configure.ac
index 8bbeca4..b9bfb63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ fi
## ------------------ ##
# Use Libtool.
-AC_PROG_LIBTOOL
+LT_INIT
# Check for Darwin.
AC_CANONICAL_HOST
--
1.6.1.2