Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/build.py')
-rw-r--r--devbot/build.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/build.py b/devbot/build.py
index 211cc88..65a317d 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -137,6 +137,8 @@ def _build_autotools(module, log):
if not os.path.exists(makefile_path):
configure = os.path.join(module.get_source_dir(), "autogen.sh")
+ if not os.path.exists(configure):
+ configure = os.path.join(module.get_source_dir(), "configure")
args = [configure,
"--prefix", config.prefix_dir,