diff options
-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 |