mirror of
https://github.com/curl/curl.git
synced 2026-05-07 03:57:33 +03:00
for debugging purposes show ACLOCAL_FLAGS
This commit is contained in:
parent
bdc8f59c17
commit
7634091325
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue