diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-13 18:56:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-13 18:56:35 -0400 |
commit | 0b6a10925db8eeef9ab9dc2e183a4f872a0692bd (patch) | |
tree | b726497e5a54047a1f5236a791387962b7a0446f /acprep | |
parent | 9c1389f4230d3257dd233f85148b24209fbb6dbe (diff) | |
download | fork-ledger-0b6a10925db8eeef9ab9dc2e183a4f872a0692bd.tar.gz fork-ledger-0b6a10925db8eeef9ab9dc2e183a4f872a0692bd.tar.bz2 fork-ledger-0b6a10925db8eeef9ab9dc2e183a4f872a0692bd.zip |
Reduced automake dependency down to 1.9.
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.9 cmd=$(which glibtoolize 2>&1) if [ -x "$cmd" ]; then |