From: Daniel Stenberg Date: Mon, 13 Jun 2005 10:49:14 +0000 (+0000) Subject: run libtoolize in the ares dir as well, and modified the output slightly for X-Git-Tag: curl-7_14_1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c10c895da3834251f87c3154ff909c0fc24ca51;p=thirdparty%2Fcurl.git 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]" --- diff --git a/buildconf b/buildconf index d7efd575f2..f7b00bfa4f 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