[gmime] autogen.sh: Honor the NOCONFIGURE variable



commit f72b50a50af3cfe1fc2c92d99bef9c07017614d6
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Feb 16 21:59:39 2017 +0000

    autogen.sh: Honor the NOCONFIGURE variable
    
    Without this, gmime build is broken in continuous:
    http://build.gnome.org/continuous/buildmaster/builds/2017/02/16/62/build/
    
    This was removed, probably by mistake, in
    5addcccc9525d1ade2d4409055576bad2a29770f

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 55c643a..e09bbb6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -82,7 +82,7 @@ test $TEST_TYPE $FILE || {
        exit 1
 }
 
-if test -z "$AUTOGEN_SUBDIR_MODE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "NOCONFIGURE"; then
         if test -z "$*"; then
                 echo "I am going to run ./configure with no arguments - if you wish "
                 echo "to pass any to it, please specify them on the $0 command line."


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