summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-10-12 09:44:10 -0400
committerColin Walters <walters@verbum.org>2011-10-12 09:44:10 -0400
commit80fb85055d06805d5b67c24be5047f7cad44798c (patch)
treedc0691a15df52dd6870c3763b1760d7863388619
parent1f5c16b8ac679b322f2bed33c8e6cc5ed6096ff3 (diff)
downloadgvfs-80fb85055d06805d5b67c24be5047f7cad44798c.tar.gz
autogen.sh: Conform to build-api.txt
http://people.gnome.org/~walters/docs/build-api.txt
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9206ffec..d59d88ea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -118,7 +118,7 @@ $AUTOMAKE --add-missing || exit $?
autoconf || exit $?
cd $ORIGDIR || exit $?
-if test -z "$AUTOGEN_SUBDIR_MODE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then
$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
echo