last-svn-commit-179-g15ff635 Require Automake 1.11.

* 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 44386d3..db0457c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-17 Roland Levillain <roland@lrde.epita.fr> + + Require Automake 1.11. + + * bootstrap, configure.ac: Here. + 2010-06-24 Roland Levillain <roland@lrde.epita.fr> Add `mesh-segm-skel' to the branches to be uploaded (as snapshot). 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 20efb20..80207df 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,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
participants (1)
-
Roland Levillain