diff options
-rwxr-xr-x | autogen.bash | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.bash b/autogen.bash index 823fcad56..efc365d6f 100755 --- a/autogen.bash +++ b/autogen.bash @@ -40,8 +40,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.9 ) -run $(get autoheader 2.60 2.59 ) -run $(get autoconf 2.60 2.59 ) -run $(get automake 1.9 ) -a --copy +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.10 1.9 ) -a --copy |