From: Philippe Coval Date: Thu, 4 Dec 2014 12:50:58 +0000 (+0100) Subject: build: support automake-1.14 X-Git-Tag: v1.13.0-alpha1~292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a9f724cbc8f15dccd74a2352ba8a68f2dbae32c;p=platform%2Fupstream%2Fefl.git build: support automake-1.14 Summary: This was needed to install example on purposes The problem is that the install_sh* variables in generated makefiles are expanding to ~/install-sh which is wrong and should be the one in root source tree Change-Id: I5311298864a5f042de90071cb6dfaefbefdf001a Bug: https://phab.enlightenment.org/T1889 Bug-Tizen: TC-2177 Signed-off-by: Philippe Coval Reviewers: seoz Subscribers: stefan_schmidt, cedric Maniphest Tasks: T1889 Differential Revision: https://phab.enlightenment.org/D1724 --- diff --git a/configure.ac b/configure.ac index 27a6411..ccc85ec 100644 --- a/configure.ac +++ b/configure.ac @@ -14,11 +14,12 @@ AH_BOTTOM([ #endif /* EFL_CONFIG_H__ */ ]) -AC_USE_SYSTEM_EXTENSIONS AM_INIT_AUTOMAKE([1.6 dist-xz -Wall color-tests subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AC_USE_SYSTEM_EXTENSIONS + CFOPT_WARNING="" #### Apply configuring with legacy api's only, eo api's or both.