[gtk-osx: 10/17] Libffi needs to call autoreconf



commit 1ef960a082dda3d88d0cc4c5296a6d398e7fd210
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Oct 18 18:16:07 2015 -0700

    Libffi needs to call autoreconf
    
    Libffi's autogen.sh doesn't call configure, so we need to use autoreconf.
    Also propagate the supports-non-srcdir-build flag across modulesets.

 modulesets-unstable/gtk-osx.modules |    2 +-
 modulesets/gtk-osx.modules          |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index a13c8aa..955bcba 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -73,7 +73,7 @@
   </autotools>
 
   <autotools id="libffi" autogenargs="--disable-builddir"
-            supports-non-srcdir-builds="no">
+             autogen-sh="autoreconf" supports-non-srcdir-builds="no">
     <branch module="atgreen/libffi" repo="github"/>
   </autotools>
 
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 6b7958e..5bd7e3d 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -74,7 +74,8 @@
     </after>
   </autotools>
 
-  <autotools id="libffi" autogenargs="--disable-builddir">
+  <autotools id="libffi" autogenargs="--disable-builddir"
+             autogen-sh="autoreconf" supports-non-srcdir-builds="no">
     <branch module="atgreen/libffi" repo="github" tag="v3.2.1"/>
   </autotools>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]