From: Ian Jackson Date: Fri, 20 Feb 2015 14:25:49 +0000 (+0000) Subject: auutogen.sh: Pass -Wno-portability X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=commitdiff_plain;h=c3892108577979694cddfd305281b5c01e0051c9;ds=sidebyside auutogen.sh: Pass -Wno-portability Our Makefile.am's are all for GNU Make. Signed-off-by: Ian Jackson --- 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