From 93538fccd60dabcbdaa8a85f003dca7ed36783c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 May 2003 08:13:02 +0000 Subject: run libtoolize too --- buildconf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3