for debugging purposes show ACLOCAL_FLAGS

pull/1/head
Yang Tse 17 years ago
parent cf37a2bed6
commit d79fe5cde0
  1. 2
      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

Loading…
Cancel
Save