autotools: we actually do want portability warning.

This is to avoid people not using gnu stuff to report issue.
This commit is contained in:
Cedric BAIL 2014-07-22 12:20:03 +02:00
parent ccf157aa57
commit 64dccac59c
1 changed files with 1 additions and 1 deletions

View 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=""