automake -a for the depcomp

This commit is contained in:
Daniel Stenberg 2002-03-19 07:48:33 +00:00
parent eaff1a344e
commit 069477d35c
1 changed files with 1 additions and 1 deletions

View File

@ -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"