mirror of
https://github.com/curl/curl.git
synced 2026-04-18 06:01:41 +03:00
run libtoolize too
This commit is contained in:
parent
83a7fad308
commit
93538fccd6
1 changed files with 2 additions and 0 deletions
|
|
@ -122,5 +122,7 @@ echo "buildconf: running autoconf"
|
|||
${AUTOCONF:-autoconf} || die "The command '${AUTOCONF:-autoconf}' failed"
|
||||
echo "buildconf: running automake"
|
||||
${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
|
||||
echo "buildconf: running libtoolize"
|
||||
${LIBTOOLIZE:-libtoolize} --copy --automake || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake' failed"
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue