Added -a flag to automake.. Seems like this log entry is a much bigger

modification.. :)
This commit is contained in:
Lauri Alanko 1998-11-20 23:27:06 +00:00
parent 05665ade08
commit 652c3af60b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
echo processing...
aclocal $ACLOCAL_FLAGS &&
automake --foreign &&
automake -a --foreign &&
autoconf &&
./configure "$@"