[autogen.sh] Support NOCONFIGURE, like gnome-common
authorColin Walters <walters@verbum.org>
Tue, 29 Jun 2010 14:47:57 +0000 (10:47 -0400)
committerColin Walters <walters@verbum.org>
Tue, 29 Jun 2010 14:47:57 +0000 (10:47 -0400)
autogen.sh

index bf76638..b30e288 100755 (executable)
@@ -12,4 +12,6 @@ touch ChangeLog
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure "$@"
+if test -z "$NOCONFIGURE"; then
+  $srcdir/configure "$@"
+fi