Commit 0ff8de5e authored by Lasse Karstensen's avatar Lasse Karstensen

Filter subdir-include messages.

parent b91cddbb
...@@ -13,7 +13,8 @@ if [ -f /usr/bin/clang -a "x${CC}" = "x" ] ; then ...@@ -13,7 +13,8 @@ if [ -f /usr/bin/clang -a "x${CC}" = "x" ] ; then
fi fi
rm -f configure rm -f configure
. ./autogen.sh . ./autogen.sh 2>&1 | egrep -v "(subdir-objects|is in a subdirectory)"
# autoconf prior to 2.62 has issues with zsh 4.2 and newer # autoconf prior to 2.62 has issues with zsh 4.2 and newer
export CONFIG_SHELL=/bin/sh export CONFIG_SHELL=/bin/sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment