[jhbuild] always configure for the first build (GNOME bug 683624)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] always configure for the first build (GNOME bug 683624)
- Date: Sun, 11 Nov 2012 11:40:09 +0000 (UTC)
commit ed7d31d4df27db39ea2c42007f2c54b89cd39dfc
Author: Craig Keogh <cskeogh adam com au>
Date: Wed Sep 12 22:39:09 2012 +0930
always configure for the first build (GNOME bug 683624)
jhbuild/modtypes/autotools.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/modtypes/autotools.py b/jhbuild/modtypes/autotools.py
index 8f30a2f..4abd267 100644
--- a/jhbuild/modtypes/autotools.py
+++ b/jhbuild/modtypes/autotools.py
@@ -190,6 +190,9 @@ class AutogenModule(MakeModule, DownloadableModule):
else:
# force one-time reconfigure if no configure-hash
return False
+ else:
+ # always configure for the first build
+ return False
# We can't rely on the autotools maintainer-mode stuff because many
# modules' autogen.sh script includes e.g. gtk-doc and/or intltool,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]