stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3a9f724cbc8f15dccd74a2352ba8a68f2dbae32c

commit 3a9f724cbc8f15dccd74a2352ba8a68f2dbae32c
Author: Philippe Coval <[email protected]>
Date:   Thu Dec 4 13:50:58 2014 +0100

    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 <[email protected]>
    
    Reviewers: seoz
    
    Subscribers: stefan_schmidt, cedric
    
    Maniphest Tasks: T1889
    
    Differential Revision: https://phab.enlightenment.org/D1724
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.

-- 


Reply via email to