chiark / gitweb /
auutogen.sh: Pass -Wno-portability
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Feb 2015 14:25:49 +0000 (14:25 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Feb 2015 15:40:21 +0000 (15:40 +0000)
Our Makefile.am's are all for GNU Make.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
autogen.sh

index e1a428009c1c7cf0aa81ac3fec53b5f6c38f1df8..65073f199b4c2a790c0b25ad5f7a76d63b195b0d 100755 (executable)
@@ -25,7 +25,7 @@ libtoolize -f -c  --automake
 aclocal
 autoheader
 autoconf
 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
 #automake -a -c Makefile
 #automake -a -c src/Makefile
 #automake -a -c apps/Makefile