summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 01:20:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-08 01:20:44 -0400
commit2617000f1088201e8a283a0338c22c3c870a1dba (patch)
treed012e4a0a6d3d6e7fc9a67e34bfba7311e3bfe19 /acprep
parent008302b7f58641de723b764aac50cbe53fa2b3d9 (diff)
downloadfork-ledger-2617000f1088201e8a283a0338c22c3c870a1dba.tar.gz
fork-ledger-2617000f1088201e8a283a0338c22c3c870a1dba.tar.bz2
fork-ledger-2617000f1088201e8a283a0338c22c3c870a1dba.zip
Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with
OS X.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files 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