Searched refs:NOCONFIGURE (Results 1 – 9 of 9) sorted by relevance
57 if test -z "$NOCONFIGURE" && test -z "$*"; then77 if test -z "$NOCONFIGURE"; then
517 autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
12 if test -z "$NOCONFIGURE"; then
46 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
67 if test "x$NOCONFIGURE" = "x"; then
73 if test "x$NOCONFIGURE" = "x"; then
88 if test x"$NOCONFIGURE" = x; then
265 • Make "NOCONFIGURE=1 ./autogen.sh" not run configure (Colin Walters)