From: Ray Strode Date: Wed, 11 Dec 2013 18:32:09 +0000 (-0500) Subject: build-goo: get rid of warnings related to non-GNU systems X-Git-Tag: 0.9.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759e6d95fdef8eb09317cc899a10f8e0132747f2;p=thirdparty%2Fplymouth.git build-goo: get rid of warnings related to non-GNU systems --- diff --git a/autogen.sh b/autogen.sh index 2cbe399c..a9bf688f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh cd $(dirname $0) -autoreconf --install --symlink +autoreconf --install --symlink -Wno-portability if test -z "$NOCONFIGURE"; then exec ./configure $@ fi