[gtk-osx: 11/48] Autogen python modules with autoreconf.



commit 00c689f6c42f7cedf5c2d3c45fb42ac17011759a
Author: John Ralls <jralls ceridwen us>
Date:   Fri Nov 9 12:50:39 2018 +0900

    Autogen python modules with autoreconf.
    
    Because we're patching confingure.ac.

 modulesets-stable/gtk-osx-python.modules   | 4 ++--
 modulesets-unstable/gtk-osx-python.modules | 4 ++--
 modulesets/gtk-osx-python.modules          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index 412253c..891b18b 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -77,7 +77,7 @@
   </autotools>
 
   <autotools id="python" autogenargs="--enable-shared"
-            supports-non-srcdir-builds="no">
+            supports-non-srcdir-builds="no" autogen-sh="autoreconf">
     <branch repo="python"
            module="2.7.15/Python-2.7.15.tar.xz" version="2.7.15"
            hash="sha256:22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574">
@@ -94,7 +94,7 @@
     </after>
   </autotools>
 
-  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
+  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="autoreconf">
     <branch repo="python" module="3.6.4/Python-3.6.4.tar.xz" version="3.6.4">
       <patch 
file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/Python3.4-stack_size-flag.patch"; strip="1"/>
     </branch>
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index c55a9a0..eca545e 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -55,7 +55,7 @@
   </autotools>
 
   <autotools id="python" autogenargs="--enable-shared" supports-non-srcdir-builds="no"
-            autogen-sh="configure">
+            autogen-sh="autoreconf">
     <branch repo="python"
            module="2.7.14/Python-2.7.14.tar.xz" version="2.7.14"
            hash="sha256:71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66">
@@ -71,7 +71,7 @@
     </after>
   </autotools>
 
-  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
+  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="autoreconf">
     <branch repo="python"
            module="3.6.4/Python-3.6.4.tar.xz" version="3.6.4">
       <patch 
file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/Python3.4-stack_size-flag.patch"; strip="1"/>
diff --git a/modulesets/gtk-osx-python.modules b/modulesets/gtk-osx-python.modules
index 47eb01c..21f0595 100644
--- a/modulesets/gtk-osx-python.modules
+++ b/modulesets/gtk-osx-python.modules
@@ -57,7 +57,7 @@
   </autotools>
 
   <autotools id="python" autogenargs="--enable-shared"
-            autogen-sh="configure">
+            autogen-sh="autoreconf">
     <branch repo="python"
            module="2.7.14/Python-2.7.14.tar.xz" version="2.7.14"
             hash="sha256:71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66">
@@ -73,7 +73,7 @@
     </after>
   </autotools>
 
-  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
+  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="autoreconf">
     <branch repo="python" module="3.6.4/Python-3.6.4.tar.xz" version="3.6.4">
       <patch 
file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/Python3.4-stack_size-flag.patch"; strip="1"/>
     </branch>


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