From 39120ec25463999da7b6296f21f8ca1a194b24fc Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 7 Nov 2012 21:46:52 +0000 Subject: [PATCH] e: don't yell about gnu make extension (rules with %) SVN revision: 78981 --- autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 7fb3a1e7c..bee4e1b94 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -autoreconf --symlink --install -Wno-portability +autoreconf --symlink --install if [ -z "$NOCONFIGURE" ]; then exec ./configure -C "$@" diff --git a/configure.ac b/configure.ac index e3d759b97..9e4dcb40e 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AH_BOTTOM([ #endif /* EFL_CONFIG_H__ */ ]) -AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_GNU_SOURCE