diff options
author | John Wiegley <johnw@newartisans.com> | 2005-05-27 03:48:20 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:10 -0400 |
commit | 0185e53b9938203385d8a03e2736d483be426954 (patch) | |
tree | 9e5f146da4f23d47d7388354071dfd7425011c8e | |
parent | 3797cb1ad92c576d81f493d57fbaa5e576ea8c97 (diff) | |
download | fork-ledger-0185e53b9938203385d8a03e2736d483be426954.tar.gz fork-ledger-0185e53b9938203385d8a03e2736d483be426954.tar.bz2 fork-ledger-0185e53b9938203385d8a03e2736d483be426954.zip |
Separate out the arguments, to be more compatible.
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ touch AUTHORS COPYING aclocal autoheader if [ "$1" = "--dist" ]; then - automake -acfi + automake -a -c -f -i else - automake -acf + automake -a -c -f fi autoconf |