commit:     7f50ddd8054cff8570c1a2589914cc7e88fddab1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:36:38 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:36:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=7f50ddd8

Update for automake-1.15.

* autogen.bash: Update for aclocal 1.15 and automake-1.15.

 ChangeLog    | 2 ++
 autogen.bash | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f43078..966b813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-08-13  Ulrich Müller  <u...@gentoo.org>
 
+       * autogen.bash: Update for aclocal 1.15 and automake-1.15.
+
        * modules/binutils.eselect:
        * man/binutils.eselect.5: Module removed. This has been converted
        to a wrapper and moved to the binutils-config package, bug 507870.

diff --git a/autogen.bash b/autogen.bash
index 7e3c72a..eec7f3c 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -34,9 +34,10 @@ run mkdir -p config
 run $(get libtoolize) --copy --force --automake
 rm -f config.cache
 
-run $(get aclocal 1.14 1.13 1.12)
+run $(get aclocal 1.15 1.14 1.13 1.12)
 # run $(get autoheader 2.59)
 WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
-WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability
+WANT_AUTOMAKE=1.12 run $(get automake 1.15 1.14 1.13 1.12) \
+             -a -c -W no-portability
 
 echo "Success. Now run ./configure --help"

Reply via email to