From 1c83dee9486357c6e7896a001e800d74ea2e6a56 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 Oct 2001 12:48:18 +0000 Subject: [PATCH] no need for mumbojumbo --- buildconf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildconf b/buildconf index 742d38a74..2258fe27e 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"