[gtk-osx] Fix bdw-gc so that it builds out-of-tree.



commit cc9c06a38df856c6f7c369f62ace8f1ddfa1d3ab
Author: John Ralls <jralls ceridwen us>
Date:   Sun Dec 6 09:32:41 2015 -0800

    Fix bdw-gc so that it builds out-of-tree.

 modulesets-stable/gtk-osx-random.modules   |    2 +-
 modulesets-unstable/gtk-osx-random.modules |    2 +-
 modulesets/gtk-osx-random.modules          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 6aacbd1..d9e058c 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -441,7 +441,7 @@ Libglade itself is deprecated. This is the last release. -->
            revision="libatomic_ops-7_2f"/>
   </autotools>
 
-  <autotools id="bdw-gc" autogen-template="./autogen.sh &amp;&amp; automake-1.10 -ac &amp;&amp; ./configure 
--prefix %(prefix)s  %(autogenargs)s">
+  <autotools id="bdw-gc" autogen-template="pushd %(srcdir)s &amp;&amp; ./autogen.sh &amp;&amp; automake-1.10 
-ac &amp;&amp; popd &amp;&amp; %(srcdir)s/configure --prefix %(prefix)s  %(autogenargs)s">
     <branch repo="github.com" module="ivmai/bdwgc"  revision="gc7_2f" />
     <dependencies>
       <dep package="libatomic-ops"/>
diff --git a/modulesets-unstable/gtk-osx-random.modules b/modulesets-unstable/gtk-osx-random.modules
index 2613573..3fe3190 100644
--- a/modulesets-unstable/gtk-osx-random.modules
+++ b/modulesets-unstable/gtk-osx-random.modules
@@ -330,7 +330,7 @@
     <branch repo="savannah" module="libunistring.git" tag="v0.9.3"/>
   </autotools>
 
-  <autotools id="bdw-gc" autogen-sh="configure">
+  <autotools id="bdw-gc" autogen-template="pushd %(srcdir)s &amp;&amp; ./autogen.sh &amp;&amp; automake-1.10 
-ac &amp;&amp; popd &amp;&amp; %(srcdir)s/configure --prefix %(prefix)s  %(autogenargs)s">
     <branch repo="github" module="ivmai/bdwgc" revision="release-7_2"/>
   </autotools>
 
diff --git a/modulesets/gtk-osx-random.modules b/modulesets/gtk-osx-random.modules
index 4c06526..820e3ca 100644
--- a/modulesets/gtk-osx-random.modules
+++ b/modulesets/gtk-osx-random.modules
@@ -358,7 +358,7 @@
     <branch repo="savannah" module="libunistring.git" tag="v0.9.3"/>
   </autotools>
 
-  <autotools id="bdw-gc" autogen-sh="configure">
+  <autotools id="bdw-gc" autogen-template="pushd %(srcdir)s &amp;&amp; ./autogen.sh &amp;&amp; automake-1.10 
-ac &amp;&amp; popd &amp;&amp; %(srcdir)s/configure --prefix %(prefix)s  %(autogenargs)s">
     <branch repo="github" module="ivmai/bdwgc" revision="release-7_2"/>
   </autotools>
 


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