From: Yang Tse Date: Mon, 28 Jul 2008 15:13:31 +0000 (+0000) Subject: for debugging purposes show ACLOCAL_FLAGS X-Git-Tag: upstream/1.10.0~769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d79fe5cde049749bfc556256d73da90672fff547;p=platform%2Fupstream%2Fc-ares.git for debugging purposes show ACLOCAL_FLAGS --- diff --git a/buildconf b/buildconf index 7e5e077..bfaf39e 100755 --- a/buildconf +++ b/buildconf @@ -5,6 +5,8 @@ if test -z "$ACLOCAL_FLAGS"; then else ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" fi +export ACLOCAL_FLAGS +echo "cares buildconf: using ACLOCAL_FLAGS: $ACLOCAL_FLAGS" ${LIBTOOLIZE:-libtoolize} --copy --automake --force ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS