changeset 5440:5f3a5d4d54f5

coretutils: add auto* build dependencies.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 27 Jul 2009 21:37:58 +0200
parents a93a45ee6e33
children de8d43fd378b
files gub/specs/coreutils.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/coreutils.py	Mon Jul 27 21:37:41 2009 +0200
+++ b/gub/specs/coreutils.py	Mon Jul 27 21:37:58 2009 +0200
@@ -8,6 +8,8 @@
 class Coreutils__tools (tools.AutoBuild):
     source = 'ftp://ftp.gnu.org/pub/gnu/coreutils/coreutils-6.12.tar.gz'
     patches = ['coreutils-6.12-shared.patch']
+    def _get_build_dependencies (self):
+        return ['tools::autoconf', 'tools::automake']
     def force_autoupdate (self):
         return True
     def autoupdate (self):