summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
diff options
context:
space:
mode:
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',