From 48732135d4536880e5459e3064cce9cfa63d6abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Apr 2012 13:25:14 +0100 Subject: buildsystem.py: autotools project can only have a 'configure' file --- morphlib/buildsystem.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/buildsystem.py') diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py index 66d6ff62..8847ab4c 100644 --- a/morphlib/buildsystem.py +++ b/morphlib/buildsystem.py @@ -115,6 +115,7 @@ class AutotoolsBuildSystem(BuildSystem): def used_by_project(self, exists): indicators = [ 'autogen.sh', + 'configure', 'configure.ac', 'configure.in', 'configure.in.in', -- cgit v1.2.1