diff options
author | 2009-06-13 21:23:41 +0200 | |
---|---|---|
committer | 2009-06-13 21:24:17 +0200 | |
commit | 87c7eb55a5757a6253a574ec1862182be474f7f1 (patch) | |
tree | 26dba8363ee1682c9752377dbb829436b6506422 /autogen.bash | |
parent | bbfb699566598142b50c5b4246e56197c69ccf28 (diff) | |
download | paludis-87c7eb55a5757a6253a574ec1862182be474f7f1.tar.gz paludis-87c7eb55a5757a6253a574ec1862182be474f7f1.tar.xz |
Check for automake-1.11 too
Diffstat (limited to 'autogen.bash')
-rwxr-xr-x | autogen.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.bash b/autogen.bash index 285e4a704..6303f1728 100755 --- a/autogen.bash +++ b/autogen.bash @@ -38,8 +38,8 @@ misc/do_m4.bash hooks/Makefile.am || exit $? run mkdir -p config run $(get libtoolize 1.5 ) --copy --force --automake rm -f config.cache -run $(get aclocal 1.10 1.9 ) +run $(get aclocal 1.11 1.10 1.9 ) run $(get autoheader 2.61 2.60 2.59 ) run $(get autoconf 2.61 2.60 2.59 ) -run $(get automake 1.10 1.9 ) -a --copy +run $(get automake 1.11 1.10 1.9 ) -a --copy |