raster pushed a commit to branch master.

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

commit bdca3df4406f828f65e1041ef6c36546a4580240
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jun 15 15:21:13 2016 +0900

    configure - remove gnu make hack as it seems to not be needed anymore
    
    as per T3767 it seems that it's not needed. i tested and nothing went
    wrong. let's see. fixes T3767
    
    @fix
---
 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1a74887..fef7771 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5824,15 +5824,6 @@ cmakeconfig/ElementaryConfig.cmake
 
 AC_OUTPUT
 
-#### Work around bug in automake check macro
-## yes it is hugly, but no choice here for now.
-$SED -i "s/am__is_gnu_make = test -n '\$(MAKEFILE_LIST)' && test -n 
'\$(MAKELEVEL)'/ifdef MAKEFILE_LIST\nifdef MAKELEVEL\nam__is_gnu_make = 
true\nelse\nam__is_gnu_make = false\nendif\nelse\nam__is_gnu_make = 
false\nendif/" src/Makefile
-
-if test -f $srcdir/config.status; then
-   TO="$SED -i \"s/am__is_gnu_make = test -n '\\\\\$(MAKEFILE_LIST)' \&\& test 
-n '\\\\\$(MAKELEVEL)'/ifdef MAKEFILE_LIST\\\nifdef 
MAKELEVEL\\\nam__is_gnu_make = true\\\nelse\\\nam__is_gnu_make = 
false\\\nendif\\\nelse\\\nam__is_gnu_make = false\\\nendif/\" 
src/Makefile\nas_fn_exit 0"
-   $SED -i "s|as_fn_exit 0|$TO|" $srcdir/config.status
-fi
-
 #### Info
 
 EFL_ADD_FEATURE([EO], [eo-id], [${want_eo_id}])

-- 


Reply via email to