summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSavio Sena <savio@expertisesolutions.com.br>2014-05-24 02:23:47 +0200
committerCedric Bail <cedric.bail@free.fr>2014-05-24 02:24:04 +0200
commita4bb4688fcd2701550bf887f8938a5fd3155d1e6 (patch)
treee50548f3c85317854053714303ec73f0ff36d4e2
parentc5315028627d0d568175254819911f5020093307 (diff)
downloadefl-a4bb4688fcd2701550bf887f8938a5fd3155d1e6.tar.gz
autotools: disable automake portability warnings.
Summary: Vanish with these: src/Makefile_Eolian_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:36: 'src/Makefile_Eolian.am' included from here src/Makefile_Eolian.am:42: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:36: 'src/Makefile_Eolian.am' included from here src/Makefile_Eolian.am:42: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:21: warning: '%'-style pattern rules are a GNU make extension Reviewers: tasn, cedric CC: JackDanielZ, smohanty, felipealmeida, raster, cedric Differential Revision: https://phab.enlightenment.org/D894 Signed-off-by: Cedric Bail <cedric.bail@free.fr>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c915f223f..4138d47f42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AH_BOTTOM([
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall color-tests])
+AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall -Wno-portability color-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
CFOPT_WARNING=""