[jhbuild] autogen.sh: Honor NOCONFIGURE=1



commit 8ea5074d98292c1134a19bc2213816735c2351cf
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 9 12:00:08 2012 -0500

    autogen.sh: Honor NOCONFIGURE=1
    
    http://people.gnome.org/~walters/docs/build-api.txt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667586

 autogen.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 78304ef..ff9022b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -197,7 +197,9 @@ parse_commandline $*
 if [ $gnome_autogen_available -eq 0 -a \
      $yelp_tools_available -eq 0 -a \
      $enable_autotools -eq 1 ]; then
-  configure_with_autotools $*
+  if test -z "$NOCONFIGURE"; then
+      configure_with_autotools $*
+  fi
 else
   if [ $gnome_autogen_available -ne 0 ]; then
     gettext "gnome-autogen.sh not available"; echo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]