diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-09 16:47:25 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-09 16:47:25 -0400 |
commit | 88967beff6e772e2825750ef49ef15e2358bd7da (patch) | |
tree | 8a4196e4630ebce55105a020e242cd75da25483c /acprep | |
parent | bd37a19e171218050206cece89a055347cb696bc (diff) | |
download | fork-ledger-88967beff6e772e2825750ef49ef15e2358bd7da.tar.gz fork-ledger-88967beff6e772e2825750ef49ef15e2358bd7da.tar.bz2 fork-ledger-88967beff6e772e2825750ef49ef15e2358bd7da.zip |
Don't require automake-1.10, since it doesn't exist on some of our Buildbot
machines yet.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ # build permutations I use for testing and profiling. export AUTOCONF_VERSION=2.61 -export AUTOMAKE_VERSION=1.10 +#export AUTOMAKE_VERSION=1.10 cmd=$(which glibtoolize 2>&1) if [ -x "$cmd" ]; then |