[mobile-broadband-provider-info] autogen.sh: Honor NOCONFIGURE=1
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mobile-broadband-provider-info] autogen.sh: Honor NOCONFIGURE=1
- Date: Tue, 11 Sep 2012 01:17:04 +0000 (UTC)
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]