[jhbuild] autogen.sh: When forcing autotools, ignore dependencies
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] autogen.sh: When forcing autotools, ignore dependencies
- Date: Tue, 17 Sep 2013 16:25:40 +0000 (UTC)
commit feab355cb928a2b4aba0271e8b211f886a5a3eeb
Author: Colin Walters <walters verbum org>
Date: Tue Sep 17 12:24:28 2013 -0400
autogen.sh: When forcing autotools, ignore dependencies
This should fix the gnome-continuous build.
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 1a9af5e..3d3bca3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -221,7 +221,7 @@ use_autotools=$FALSE
if [ $enable_autotools -eq $TRUE -a $autotools_dependencies_met -eq $TRUE ]; then
use_autotools=$TRUE
fi
-if [ $force_autotools -eq $TRUE -a $autotools_dependencies_met -eq $TRUE ]; then
+if [ $force_autotools -eq $TRUE ]; then
use_autotools=$TRUE
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]