added --force-missing to automake (c) wingo
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Nov 2001 21:26:19 +0000 (21:26 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Nov 2001 21:26:19 +0000 (21:26 +0000)
Original commit message from CVS:
added --force-missing to automake (c) wingo

autogen.sh

index 8a4d60b..c8486ab 100755 (executable)
@@ -182,7 +182,8 @@ autoconf || {
        echo "autoconf failed"
        #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 "automake failed"
        #exit 1