Added parameters to automake to copy and update missing files.

This commit is contained in:
guillemj
2003-07-07 01:45:00 +00:00
parent 4d57a8ac56
commit 3f9a537344

View File

@@ -178,7 +178,7 @@ if [ "$DO_GENERATE" = YES ] ; then
exit 100
fi
echo -n 'Automake...'
if automake ; then
if automake --add-missing --force-missing --copy; then
do_nothing
else
echo 'Failed!!'