From c3892108577979694cddfd305281b5c01e0051c9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 20 Feb 2015 14:25:49 +0000 Subject: [PATCH] auutogen.sh: Pass -Wno-portability Our Makefile.am's are all for GNU Make. Signed-off-by: Ian Jackson --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e1a4280..65073f1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,7 @@ libtoolize -f -c --automake aclocal autoheader autoconf -automake -a -c +automake -a -c -Wno-portability #automake -a -c Makefile #automake -a -c src/Makefile #automake -a -c apps/Makefile -- 2.30.2