Home | History | Annotate | Download | only in dist

Lines Matching refs:MISSING

99 # $ac_aux_dir/missing
101 # $top_srcdir/$ac_aux_dir/missing
111 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
114 # and then we would define $MISSING as
115 # MISSING="\${SHELL} $am_aux_dir/missing"
116 # This will work as long as MISSING is not called from configure, because
771 # Define MISSING if not defined so far and test if it is modern enough.
775 AC_REQUIRE_AUX_FILE([missing])dnl
776 if test x"${MISSING+set}" != xset; then
779 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
781 MISSING="\${SHELL} $am_aux_dir/missing" ;;
785 if eval "$MISSING --is-lightweight"; then
786 am_missing_run="$MISSING "
789 AC_MSG_WARN(['missing' script is too old or missing])