From 2604bfe8e70bc85b1d584551c9a27d573668625b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Nov 2001 22:27:32 +0000 Subject: [PATCH] removed that bit Original commit message from CVS: removed that bit --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index c8486abea3..8a4d60b2c2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -182,8 +182,7 @@ autoconf || { echo "autoconf failed" #exit 1 } -# thomas : wingo told me to add --force-missing to get depcomp in make distcheck -automake --add-missing --force-missing|| { +automake --add-missing || { echo echo "automake failed" #exit 1