From 97a81b6f10ddb38bf6c3d9736db76833d49df206 Mon Sep 17 00:00:00 2001 From: Daphne Pfister Date: Tue, 5 May 2015 16:04:29 -0500 Subject: autogen.sh: Implement GNOME Build API http://people.gnome.org/~walters/docs/build-api.txt Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90326 Signed-off-by: Daphne Pfister Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 354f254..fc34bd5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi -- cgit v1.2.3