]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
[autogen.sh] Support NOCONFIGURE, like gnome-common
authorColin Walters <walters@verbum.org>
Tue, 29 Jun 2010 14:52:59 +0000 (10:52 -0400)
committerColin Walters <walters@verbum.org>
Tue, 29 Jun 2010 14:52:59 +0000 (10:52 -0400)
autogen.sh

index a11c073c0b1f6ec8ed57642c20da3b22e4b3f591..1eaa1cc3fb2b018617cfde45208d77023b9d27bb 100755 (executable)
@@ -24,4 +24,6 @@ rm -f .version
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure --enable-maintainer-mode "$@"
+if test -z "$NOCONFIGURE"; then
+    $srcdir/configure --enable-maintainer-mode "$@"
+fi