Use automake-1.9

master
Yevgen Muntyan 2007-06-22 04:55:14 -05:00
parent f6f75a65ea
commit 4574ecaf38
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ fi
cd $srcdir
echo "Generating configuration files..."
ACLOCAL=${ACLOCAL:-aclocal-1.10}
ACLOCAL=${ACLOCAL:-aclocal-1.9}
ACLOCAL_FLAGS="$aclocal_extra $ACLOCAL_FLAGS"
AUTOMAKE=${AUTOMAKE:-automake-1.10}
AUTOMAKE=${AUTOMAKE:-automake-1.9}
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}