diff options
author | 2009-06-22 21:32:56 +0200 | |
---|---|---|
committer | 2009-06-22 21:33:09 +0200 | |
commit | 1733c4c6f6953964bc18c70cd1e40a730626088c (patch) | |
tree | 37ed5a8312acb31a63937587aab7b190e12169b3 | |
parent | 49cea9ff2f3eec09c7cd722c692439fe731aae3e (diff) | |
download | paludis-1733c4c6f6953964bc18c70cd1e40a730626088c.tar.gz paludis-1733c4c6f6953964bc18c70cd1e40a730626088c.tar.xz |
Revert "Check for automake-1.11 too"
This reverts commit 87c7eb55a5757a6253a574ec1862182be474f7f1.
-rwxr-xr-x | autogen.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.bash b/autogen.bash index 6303f1728..285e4a704 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.11 1.10 1.9 ) +run $(get aclocal 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.11 1.10 1.9 ) -a --copy +run $(get automake 1.10 1.9 ) -a --copy |