Resepct $NOCONFIGURE
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 15:00:18 +0000 (09:00 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 15:02:16 +0000 (09:02 -0600)
Patch from Colin Walters.

autogen.sh

index 93855cb..1482e40 100755 (executable)
@@ -86,7 +86,7 @@ test $TEST_TYPE $FILE || {
        exit 1
 }
 
-if test -z "$AUTOGEN_SUBDIR_MODE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" -a -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."
@@ -115,7 +115,7 @@ echo Running $AUTOCONF
 $AUTOCONF
 cd $ORIGDIR
 
-if test -z "$AUTOGEN_SUBDIR_MODE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" -a -z "$NOCONFIGURE"; then
        echo Running $srcdir/configure "$@"
         $srcdir/configure "$@"