build: support automake-1.14
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 4 Dec 2014 12:50:58 +0000 (13:50 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 4 Dec 2014 12:54:56 +0000 (13:54 +0100)
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 <philippe.coval@open.eurogiciel.org>
Reviewers: seoz

Subscribers: stefan_schmidt, cedric

Maniphest Tasks: T1889

Differential Revision: https://phab.enlightenment.org/D1724

configure.ac

index 27a6411..ccc85ec 100644 (file)
@@ -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.