automake packages do not need automake to compile
authorRalf Jung <post@ralfj.de>
Sat, 18 Aug 2012 08:41:14 +0000 (10:41 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 18 Aug 2012 08:41:14 +0000 (10:41 +0200)
auto_debuild.py

index 61d7efc394e38d34e381e06ad3a16efa20012f52..61bbd9e876dfdf2de5afa0b49c6277b6964078ec 100755 (executable)
@@ -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}"]),
 }