[gtk-osx: 1/3] Use configure for vala-bootstrap, not autogen.sh



commit 7cf9d525873a404d988eb7565114f1306a6cf33e
Author: P. F. Chimento <philip chimento gmail com>
Date:   Sat Jan 12 23:47:04 2013 +0100

    Use configure for vala-bootstrap, not autogen.sh
    
    vala-bootstrap's `autogen.sh` doesn't automatically run `configure`,
    so the build breaks for lack of a `Makefile`.ÂIn addition,
    vala-bootstrap already includes `configure`, so `autogen.sh` isn't
    necessary.

 modulesets/gtk-osx-random.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gtk-osx-random.modules b/modulesets/gtk-osx-random.modules
index 6b5a906..5129ddf 100644
--- a/modulesets/gtk-osx-random.modules
+++ b/modulesets/gtk-osx-random.modules
@@ -76,7 +76,7 @@
 -->
 
 <!-- Vala-bootstrap is the current stable vala precompiled to C. -->
-  <autotools id="vala">
+  <autotools id="vala" autogen-sh="configure">
     <branch module="vala-bootstrap"/>
   </autotools>
 



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