Skip to content
Snippets Groups Projects
Commit 069477d3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

automake -a for the depcomp

parent eaff1a34
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment