From 3d3897134a82f3e0bd9239733462d7821d507d31 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 18 Aug 2012 10:41:14 +0200 Subject: [PATCH] automake packages do not need automake to compile --- auto_debuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_debuild.py b/auto_debuild.py index 61d7efc..61bbd9e 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -98,7 +98,7 @@ def pythonRules(config): # build systems buildSystems = { 'cmake': BuildSystem(cmakeRules, ["cmake"]), - 'automake': BuildSystem(automakeRules, ["automake"]), + 'automake': BuildSystem(automakeRules), 'python': BuildSystem(pythonRules, ["python-setuptools"], ["${python:Depends}"]), } -- 2.30.2