From: Daniel Stenberg Date: Fri, 9 May 2003 08:13:02 +0000 (+0000) Subject: run libtoolize too X-Git-Tag: curl-7_10_5~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93538fccd60dabcbdaa8a85f003dca7ed36783c1;p=curl run libtoolize too --- diff --git a/buildconf b/buildconf index 7c1963500..17f184b59 100755 --- a/buildconf +++ b/buildconf @@ -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