diff options
Diffstat (limited to 'fontconfig/autogen.sh')
-rw-r--r-- | fontconfig/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontconfig/autogen.sh b/fontconfig/autogen.sh index 93855cb2f..1482e401c 100644 --- a/fontconfig/autogen.sh +++ b/fontconfig/autogen.sh @@ -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 "$@" |