aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-08-13 10:36:38 +0200
committerUlrich Müller <ulm@gentoo.org>2015-08-13 10:36:38 +0200
commit7f50ddd8054cff8570c1a2589914cc7e88fddab1 (patch)
treec557a4b538a95c0f8343130e2b5eb866037087cb /autogen.bash
parentUpdate NEWS. (diff)
downloadeselect-7f50ddd8054cff8570c1a2589914cc7e88fddab1.tar.gz
eselect-7f50ddd8054cff8570c1a2589914cc7e88fddab1.tar.bz2
eselect-7f50ddd8054cff8570c1a2589914cc7e88fddab1.zip
Update for automake-1.15.
* autogen.bash: Update for aclocal 1.15 and automake-1.15.
Diffstat (limited to 'autogen.bash')
-rwxr-xr-xautogen.bash5
1 files changed, 3 insertions, 2 deletions
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"