Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with

OS X.
This commit is contained in:
John Wiegley 2008-08-08 01:20:44 -04:00
parent 008302b7f5
commit 2617000f10

4
acprep
View file

@ -8,8 +8,8 @@
# This script simply sets up the compiler and linker flags for all the various
# build permutations I use for testing and profiling.
export AUTOCONF_VERSION=2.62
export AUTOMAKE_VERSION=1.10.1
export AUTOCONF_VERSION=2.61
export AUTOMAKE_VERSION=1.10
cmd=$(which glibtoolize 2>&1)
if [ -x "$cmd" ]; then