From: Stefano Lattarini Date: Fri, 14 Dec 2012 17:22:33 +0000 (+0100) Subject: tests: avoid errors due to underquoted third-party macros X-Git-Tag: v1.12.6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ca75479a7b18b2f5f9bfd78ad6168385acf42e9;p=thirdparty%2Fautomake.git tests: avoid errors due to underquoted third-party macros * t/pkg-config-macros.sh: Call aclocal with the warnings in the "syntax" category disabled. Signed-off-by: Stefano Lattarini --- diff --git a/t/pkg-config-macros.sh b/t/pkg-config-macros.sh index 06a65e35e..ddc6f8dd1 100755 --- a/t/pkg-config-macros.sh +++ b/t/pkg-config-macros.sh @@ -68,7 +68,7 @@ XT_ACLOCAL_PATH=$XT_ACLOCAL_PATH${ACLOCAL_PATH+":$ACLOCAL_PATH"} # Try once again to fetch the pkg-config macros. mkdir m4 -ACLOCAL_PATH=$XT_ACLOCAL_PATH $ACLOCAL --install -I m4 +ACLOCAL_PATH=$XT_ACLOCAL_PATH $ACLOCAL -Wno-syntax --install -I m4 if test -f m4/pkg.m4 && have_pkg_config_macros; then echo "ACLOCAL_PATH='$(pwd)/m4':\$ACLOCAL_PATH" >> get.sh echo "export ACLOCAL_PATH" >> get.sh