autotools: we actually do want portability warning.
authorCedric BAIL <c.bail@partner.samsung.com>
Tue, 22 Jul 2014 10:20:03 +0000 (12:20 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Tue, 22 Jul 2014 10:20:03 +0000 (12:20 +0200)
This is to avoid people not using gnu stuff to report issue.

configure.ac

index 1df6022..56fe587 100644 (file)
@@ -16,7 +16,7 @@ AH_BOTTOM([
 
 AC_USE_SYSTEM_EXTENSIONS
 
-AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability color-tests])
+AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 CFOPT_WARNING=""