mirror of
https://github.com/curl/curl.git
synced 2026-08-15 10:33:38 +03:00
automake -a for the depcomp
This commit is contained in:
parent
eaff1a344e
commit
069477d35c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue