changeset 4490:69b4641d080b

Guile: add proper dependencies on autotools and tools::guile.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 24 Oct 2008 18:38:46 +0200
parents 66a6dc7505cf
children 9d2eb9886e3f
files gub/specs/guile.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile.py	Fri Oct 24 18:37:40 2008 +0200
+++ b/gub/specs/guile.py	Fri Oct 24 18:38:46 2008 +0200
@@ -37,7 +37,7 @@
             }
 
     def get_build_dependencies (self):
-        return ['gettext-devel', 'gmp-devel', 'libtool']
+        return ['gettext-devel', 'gmp-devel', 'libtool', 'tools::guile']
         
     # FIXME: C&P.
     def guile_version (self):
@@ -119,7 +119,6 @@
         # Configure (compile) without -mwindows for console
         self.target_gcc_flags = '-mms-bitfields'
 
-
     def get_build_dependencies (self):
         return Guile.get_build_dependencies (self) +  ['regex-devel']
         
@@ -331,7 +330,7 @@
     def get_build_dependencies (self):
         return (toolsbuild.ToolsBuild.get_build_dependencies (self)
                 + Guile.get_build_dependencies (self)
-                + ['automake'])
+                + ['autoconf', 'automake', 'gettext', 'libtool'])
 
     def patch (self):
         self.autogen_sh ()