[gvfs] autogen.sh: Conform to build-api.txt



commit 80fb85055d06805d5b67c24be5047f7cad44798c
Author: Colin Walters <walters verbum org>
Date:   Wed Oct 12 09:44:10 2011 -0400

    autogen.sh: Conform to build-api.txt
    
    http://people.gnome.org/~walters/docs/build-api.txt

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 9206ffe..d59d88e 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 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]