diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 01:20:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 01:20:44 -0400 |
commit | 2617000f1088201e8a283a0338c22c3c870a1dba (patch) | |
tree | d012e4a0a6d3d6e7fc9a67e34bfba7311e3bfe19 /acprep | |
parent | 008302b7f58641de723b764aac50cbe53fa2b3d9 (diff) | |
download | fork-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-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |