From 2617000f1088201e8a283a0338c22c3c870a1dba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Aug 2008 01:20:44 -0400 Subject: [PATCH] Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with OS X. --- acprep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acprep b/acprep index c3c6beb2..ec8930ea 100755 --- a/acprep +++ b/acprep @@ -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