diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-28 15:13:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-28 15:13:31 +0000 |
commit | 7634091325740ba59dcaaeffef87877d625e8df9 (patch) | |
tree | 23315d6a4d05637ace694832a65e7bf6f4fdab90 /ares/buildconf | |
parent | bdc8f59c1746d13dc61ee08d8ac6dc79baee0159 (diff) |
for debugging purposes show ACLOCAL_FLAGS
Diffstat (limited to 'ares/buildconf')
-rwxr-xr-x | ares/buildconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/buildconf b/ares/buildconf index 7e5e077b2..bfaf39e87 100755 --- a/ares/buildconf +++ b/ares/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 |