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

machines yet.
This commit is contained in:
John Wiegley 2008-08-09 16:47:25 -04:00
parent bd37a19e17
commit 88967beff6

2
acprep
View file

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