diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 12:48:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 12:48:18 +0000 |
commit | 1c83dee9486357c6e7896a001e800d74ea2e6a56 (patch) | |
tree | a38de7524c6ebed26ab2b6b1fd243b428e52babb | |
parent | b66dedc0176adb40239fbd637bbc9438d55915d8 (diff) | |
download | curl-1c83dee9486357c6e7896a001e800d74ea2e6a56.tar.gz |
no need for mumbojumbo
-rwxr-xr-x | buildconf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |