Searched refs:AUTOCONF (Results 1 – 5 of 5) sorted by relevance
117 AUTOCONF = @AUTOCONF@
5415 if test -n "$AUTOCONF"; then5416 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.5435 AUTOCONF=$ac_cv_prog_AUTOCONF5436 if test -n "$AUTOCONF"; then5437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&55438 $as_echo "$AUTOCONF" >&6; }5445 test -n "$AUTOCONF" && break5447 test -n "$AUTOCONF" || AUTOCONF="no"5449 case "x$AUTOCONF" in5450 xno|x|x:) AUTOCONF=no ;;[all …]
1074 AC_CHECK_PROGS(AUTOCONF, autoconf, no)1075 case "x$AUTOCONF" in1076 xno|x|x:) AUTOCONF=no ;;1079 whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works, libc_cv_autoconf_works, [dnl1080 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then1085 test $libc_cv_autoconf_works = yes || AUTOCONF=no1088 if test "x$AUTOCONF" = xno; then1092 AUTOCONF=no
8551 * configure.in: Search for AUTOCONF unconditionally.14456 * configure.in: Skip AUTOCONF check under --without-cvs.16718 * configure.in (AUTOCONF): New check to set it. Set to "no" if the16721 * config.make.in (AUTOCONF): New substituted variable.16724 Use $(AUTOCONF) instead of literal autoconf.16725 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
59417 * configure.ac: Set AUTOCONF when maintainer-mode is not used.