Revert "Don't require automake-1.10, since it doesn't exist on some of our Buildbot"

This reverts commit 88967beff6.
This commit is contained in:
John Wiegley 2008-08-09 17:21:47 -04:00
parent 88967beff6
commit d2453088c4

2
acprep
View file

@ -9,7 +9,7 @@
# build permutations I use for testing and profiling.
export AUTOCONF_VERSION=2.61
#export AUTOMAKE_VERSION=1.10
export AUTOMAKE_VERSION=1.10
cmd=$(which glibtoolize 2>&1)
if [ -x "$cmd" ]; then