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