From: Daniel Stenberg Date: Tue, 19 Mar 2002 07:48:33 +0000 (+0000) Subject: automake -a for the depcomp X-Git-Tag: curl-7_9_6~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=069477d35c0e5985bf9b741cf0fe90bbd6e30b61;p=thirdparty%2Fcurl.git automake -a for the depcomp --- diff --git a/buildconf b/buildconf index 86686b75a3..26f34ff45d 100755 --- a/buildconf +++ b/buildconf @@ -8,4 +8,4 @@ die(){ aclocal || die "The command 'aclocal' failed" autoheader || die "The command 'autoheader' failed" autoconf || die "The command 'autoconf' failed" -automake || die "The command 'automake $MAKEFILES' failed" +automake -a || die "The command 'automake $MAKEFILES' failed"