aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-19 07:48:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-19 07:48:33 +0000
commit069477d35c0e5985bf9b741cf0fe90bbd6e30b61 (patch)
treea94e0fb349c08756523bba87048cec3d4124e57c /buildconf
parenteaff1a344ec0957b913766fec990a2c848824f0f (diff)
automake -a for the depcomp
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
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"