automake packages do not need automake to compile
[auto-debuild.git] / 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}"]),
 }