From: Colin Walters Date: Wed, 4 Jan 2012 22:37:06 +0000 (-0500) Subject: autogen.sh: Implement GNOME Build API X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca30e6d5d7a0c7618d988f9051026d250f5e124e;hp=e623b97807833d75d511d4b897f97028c75c42f8;p=free-sw%2Fxcb%2Fproto autogen.sh: Implement GNOME Build API http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson --- diff --git a/autogen.sh b/autogen.sh index 904cd67..fc34bd5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi