derekf pushed a commit to branch master.

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

commit 76066f2d9fa38aa7633e7c289bdc998e3325c6f7
Author: Derek Foreman <[email protected]>
Date:   Wed Jan 18 09:39:02 2017 -0600

    build: Disable automake compatibility warnings
    
    We require GNU make, so stop complaining when autoconf does things
    that require GNU make.
---
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 32b70d4..b29bfda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,4 @@
+AUTOMAKE_OPTIONS= -Wno-portability
 MAINTAINERCLEANFILES = Makefile.in
 CLEANFILES =
 BUILT_SOURCES =

-- 


Reply via email to