Skip to content
Snippets Groups Projects
Commit 76340913 authored by Yang Tse's avatar Yang Tse
Browse files

for debugging purposes show ACLOCAL_FLAGS

parent bdc8f59c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment