aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-13 21:57:32 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-13 21:57:32 +0000
commit1ddd9307044cb057d426f26efbb5c29f18d9e9be (patch)
tree3769dbf5ee58803e641291d11600aba2431a4dfa /autogen.bash
parentNew module locale.eselect, manages the LANG variable. Bug 351363. (diff)
downloadeselect-1ddd9307044cb057d426f26efbb5c29f18d9e9be.tar.gz
eselect-1ddd9307044cb057d426f26efbb5c29f18d9e9be.tar.bz2
eselect-1ddd9307044cb057d426f26efbb5c29f18d9e9be.zip
Update for automake 1.11 and autoconf 2.68.
svn path=/trunk/; revision=797
Diffstat (limited to 'autogen.bash')
-rwxr-xr-xautogen.bash10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.bash b/autogen.bash
index 090d195..491fca1 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -31,12 +31,12 @@ get() {
}
run mkdir -p config
-run $(get libtoolize 1.5 ) --copy --force --automake
+run $(get libtoolize) --copy --force --automake
rm -f config.cache
-run $(get aclocal 1.9 )
-# run $(get autoheader 2.59 )
-WANT_AUTOCONF=2.5 run $(get autoconf 2.60 2.59 )
-WANT_AUTOMAKE=1.9 run $(get automake 1.9 ) -a --copy
+run $(get aclocal 1.11)
+# run $(get autoheader 2.59)
+WANT_AUTOCONF=2.5 run $(get autoconf 2.68 2.67 2.65)
+WANT_AUTOMAKE=1.11 run $(get automake 1.11) -a -c -W no-portability
echo "Success. Now run ./configure --help"