[libgee] [autogen.sh] Support NOCONFIGURE, like gnome-common



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]