summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-28 15:13:31 +0000
committerYang Tse <yangsita@gmail.com>2008-07-28 15:13:31 +0000
commitd79fe5cde049749bfc556256d73da90672fff547 (patch)
treee1777becd4d8d69bb2a206368bfc48ae9236db8a /buildconf
parentcf37a2bed623ca4cf0975d847ef684e41cc9423a (diff)
downloadc-ares-d79fe5cde049749bfc556256d73da90672fff547.tar.gz
c-ares-d79fe5cde049749bfc556256d73da90672fff547.tar.bz2
c-ares-d79fe5cde049749bfc556256d73da90672fff547.zip
for debugging purposes show ACLOCAL_FLAGS
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
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