[network-manager-applet] autogen.sh: Honor NOCONFIGURE environment variable
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] autogen.sh: Honor NOCONFIGURE environment variable
- Date: Mon, 19 Sep 2011 21:54:31 +0000 (UTC)
commit b2855b745917be3e6fc8effa609aca59fac70a01
Author: Colin Walters <walters verbum org>
Date: Mon Sep 19 17:49:01 2011 -0400
autogen.sh: Honor NOCONFIGURE environment variable
See http://people.gnome.org/~walters/docs/build-api.txt
autogen.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c207cc3..502de02 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,8 @@ PKG_NAME=nm-applet
autoreconf --install --symlink &&
intltoolize --force &&
autoreconf &&
- ./configure --enable-maintainer-mode $@
+ if test -z "$NOCONFIGURE"; then
+ ./configure --enable-maintainer-mode $@
+ fi
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]