From bb21e74a38f31c05913cffe80fd996c48803249b Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 25 Dec 2012 19:56:24 +0000 Subject: Always autogen clean builds Slower but safer --- (limited to 'devbot') diff --git a/devbot/build.py b/devbot/build.py index 6a4d553..2e9ee44 100644 --- a/devbot/build.py +++ b/devbot/build.py @@ -115,9 +115,7 @@ def _build_autotools(module, log): makefile_path = os.path.join(module.get_build_dir(), "Makefile") if not os.path.exists(makefile_path): - configure = os.path.join(module.get_source_dir(), "configure") - if not os.path.exists(configure): - configure = os.path.join(module.get_source_dir(), "autogen.sh") + configure = os.path.join(module.get_source_dir(), "autogen.sh") args = [configure, "--prefix", config.prefix_dir, -- cgit v0.9.1