Commit 93538fcc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

run libtoolize too

parent 83a7fad3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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