From 2c10c895da3834251f87c3154ff909c0fc24ca51 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jun 2005 10:49:14 +0000 Subject: run libtoolize in the ares dir as well, and modified the output slightly for all tools run in the ares dir - now shown like "running ares/[tool]" --- buildconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index d7efd575f..f7b00bfa4 100755 --- a/buildconf +++ b/buildconf @@ -199,9 +199,11 @@ ${AUTOCONF:-autoconf} || die "The autoconf command failed" if test -d ares; then cd ares - echo "buildconf: running aclocal in the ares directory" + echo "buildconf: running ares/libtoolize" +${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command failed" + echo "buildconf: running ares/aclocal" ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The ares aclocal command failed" - echo "buildconf: running autoconf in the ares directory" + echo "buildconf: running ares/autoconf" ${AUTOCONF:-autoconf} || die "The ares autoconf command failed" cd .. fi -- cgit v1.2.3