From: Daniel Stenberg Date: Wed, 31 Oct 2001 12:48:18 +0000 (+0000) Subject: no need for mumbojumbo X-Git-Tag: curl-7_9_1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c83dee9486357c6e7896a001e800d74ea2e6a56;p=thirdparty%2Fcurl.git no need for mumbojumbo --- diff --git a/buildconf b/buildconf index 742d38a748..2258fe27eb 100755 --- a/buildconf +++ b/buildconf @@ -5,9 +5,7 @@ die(){ exit } -MAKEFILES=`find . -name Makefile.am | sed 's/\.am$//'` - -automake $MAKEFILES || die "The command 'automake $MAKEFILES' failed" +automake || die "The command 'automake $MAKEFILES' failed" aclocal || die "The command 'aclocal' failed" autoheader || die "The command 'autoheader' failed" autoconf || die "The command 'autoconf' failed"