summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index 4076ee12..1d1d5bd3 100755
--- a/acprep
+++ b/acprep
@@ -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