From 492e77d68e8f3bc971ee34e3554819b2c6144ffb Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Mon, 4 Oct 2010 11:03:38 +0200 Subject: [PATCH] Low: Build: Don't warn about GNU-isms in make Mercurial revision: 068bef55a3370ae485a24eabb5f97a1f7d65a8ea --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 858e036d8d4..49223e5b611 100755 --- a/autogen.sh +++ b/autogen.sh @@ -180,8 +180,8 @@ $aclocal $ACLOCAL_FLAGS echo $autoheader $autoheader -echo $automake --add-missing --include-deps --copy -$automake --add-missing --include-deps --copy +echo $automake --add-missing --include-deps --copy -Wno-portability +$automake --add-missing --include-deps --copy -Wno-portability echo $autoconf $autoconf