summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2012-04-18 13:25:14 +0100
committerJavier Jardón <jjardon@gnome.org>2012-04-18 13:25:31 +0100
commit48732135d4536880e5459e3064cce9cfa63d6abe (patch)
tree4aac00dd4115c48d7bb2155f19736e8462e7e25e /morphlib/buildsystem.py
parent0b6282433257d1f67d4a78c6925ab578719d13f4 (diff)
downloadmorph-48732135d4536880e5459e3064cce9cfa63d6abe.tar.gz
buildsystem.py: autotools project can only have a 'configure' file
Diffstat (limited to 'morphlib/buildsystem.py')
-rw-r--r--morphlib/buildsystem.py1
1 files changed, 1 insertions, 0 deletions
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',