summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-31 12:48:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-31 12:48:18 +0000
commit1c83dee9486357c6e7896a001e800d74ea2e6a56 (patch)
treea38de7524c6ebed26ab2b6b1fd243b428e52babb /buildconf
parentb66dedc0176adb40239fbd637bbc9438d55915d8 (diff)
downloadcurl-1c83dee9486357c6e7896a001e800d74ea2e6a56.tar.gz
no need for mumbojumbo
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 1 insertions, 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"