From 069477d35c0e5985bf9b741cf0fe90bbd6e30b61 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Mar 2002 07:48:33 +0000 Subject: [PATCH] automake -a for the depcomp --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 86686b75a..26f34ff45 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"