cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a4bb4688fcd2701550bf887f8938a5fd3155d1e6
commit a4bb4688fcd2701550bf887f8938a5fd3155d1e6 Author: Savio Sena <[email protected]> Date: Sat May 24 02:23:47 2014 +0200 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 <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c915f2..4138d47 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="" --
