diff options
author | 2010-01-07 05:59:54 +0100 | |
---|---|---|
committer | 2010-01-07 05:59:54 +0100 | |
commit | f6529c78f2ca39c712d3f40b57e5243979474d9b (patch) | |
tree | 8a7e5ae8e3299ad123c5cc1397d167a62a70b99f | |
parent | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (diff) | |
download | paludis-f6529c78f2ca39c712d3f40b57e5243979474d9b.tar.gz paludis-f6529c78f2ca39c712d3f40b57e5243979474d9b.tar.xz |
Update autoconf versions
-rwxr-xr-x | autogen.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.bash b/autogen.bash index ba38e688d..ab050eddb 100755 --- a/autogen.bash +++ b/autogen.bash @@ -39,7 +39,7 @@ run mkdir -p config run $(get libtoolize 1.5 ) --copy --force --automake rm -f config.cache run $(get aclocal 1.11 ) -run $(get autoheader 2.61 2.60 2.59 ) -run $(get autoconf 2.61 2.60 2.59 ) +run $(get autoheader 2.65 2.64 2.63 2.62 2.61 2.60 2.59 ) +run $(get autoconf 2.65 2.64 2.63 2.62 2.61 2.60 2.59 ) run $(get automake 1.11 ) -a --copy |