From a4bb4688fcd2701550bf887f8938a5fd3155d1e6 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Sat, 24 May 2014 02:23:47 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""