mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
automake -a for the depcomp
This commit is contained in:
parent
eaff1a344e
commit
069477d35c
@ -8,4 +8,4 @@ die(){
|
|||||||
aclocal || die "The command 'aclocal' failed"
|
aclocal || die "The command 'aclocal' failed"
|
||||||
autoheader || die "The command 'autoheader' failed"
|
autoheader || die "The command 'autoheader' failed"
|
||||||
autoconf || die "The command 'autoconf' failed"
|
autoconf || die "The command 'autoconf' failed"
|
||||||
automake || die "The command 'automake $MAKEFILES' failed"
|
automake -a || die "The command 'automake $MAKEFILES' failed"
|
||||||
|
Loading…
Reference in New Issue
Block a user