[libgee] [autogen.sh] Support NOCONFIGURE, like gnome-common
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] [autogen.sh] Support NOCONFIGURE, like gnome-common
- Date: Tue, 29 Jun 2010 14:50:59 +0000 (UTC)
commit 3623c91b8b93fe0527c324ca95dd4be5bba75cb8
Author: Colin Walters <walters verbum org>
Date: Tue Jun 29 10:47:57 2010 -0400
[autogen.sh] Support NOCONFIGURE, like gnome-common
autogen.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index bf76638..b30e288 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,4 +12,6 @@ touch ChangeLog
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure "$@"
+if test -z "$NOCONFIGURE"; then
+ $srcdir/configure "$@"
+fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]