From 1733c4c6f6953964bc18c70cd1e40a730626088c Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Mon, 22 Jun 2009 21:32:56 +0200 Subject: Revert "Check for automake-1.11 too" This reverts commit 87c7eb55a5757a6253a574ec1862182be474f7f1. --- autogen.bash | 4 ++-- 1 file 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 -- cgit v1.2.3