added --force-missing to automake (c) wingo

Original commit message from CVS:
added --force-missing to automake (c) wingo
This commit is contained in:
Thomas Vander Stichele 2001-11-13 21:26:19 +00:00
parent ebfd7aac62
commit 25f393149f

View file

@ -182,7 +182,8 @@ autoconf || {
echo "autoconf failed" echo "autoconf failed"
#exit 1 #exit 1
} }
automake --add-missing || { # thomas : wingo told me to add --force-missing to get depcomp in make distcheck
automake --add-missing --force-missing|| {
echo echo
echo "automake failed" echo "automake failed"
#exit 1 #exit 1