* bootstrap, configure.ac: Here.
---
ChangeLog | 6 ++++++
bootstrap | 2 +-
configure.ac | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 777b51f..108b5af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-17 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Require Automake 1.11.
+
+ * bootstrap, configure.ac: Here.
+
2010-04-29 Roland Levillain <roland(a)lrde.epita.fr>
Upload only the HTML version of the user reference manual.
diff --git a/bootstrap b/bootstrap
index a9decca..d0e8b58 100755
--- a/bootstrap
+++ b/bootstrap
@@ -141,7 +141,7 @@ done
# Requirements over bootstrap tools.
require autoconf 2.61
-require automake 1.10
+require automake 1.11
libtoolize=libtoolize
for l in "$LIBTOOLIZE" glibtoolize libtoolize;
do
diff --git a/configure.ac b/configure.ac
index 62ceb8c..f52bc20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([build-aux/Makefile])
# Automake.
-AM_INIT_AUTOMAKE([1.10 subdir-objects check-news dist-bzip2 nostdinc -Wall])
+AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 nostdinc -Wall])
# Package metadata.
AC_CONFIG_FILES([milena/mln/version.hh])
--
1.5.6.5