[mobile-broadband-provider-info] autogen.sh: Honor NOCONFIGURE=1



commit 3a6c15313ea28ccc5d3f422be0cdb5a1b182e581
Author: Colin Walters <walters verbum org>
Date:   Mon Sep 10 21:15:22 2012 -0400

    autogen.sh: Honor NOCONFIGURE=1
    
    http://people.gnome.org/~walters/docs/build-api.txt

 autogen.sh |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 75a225e..152ae1a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,8 +15,7 @@ PKG_NAME=mobile-broadband-provider-info
 
 
 (cd $srcdir;
-    autoreconf --install --symlink &&
-    autoreconf &&
-    ./configure $@
+    autoreconf --force --install --verbose
+    test -n "$NOCONFIGURE" || ./configure "$@"
 )
 



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