From: Tom Tromey Date: Mon, 9 Apr 2001 23:21:13 +0000 (+0000) Subject: * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'. X-Git-Tag: handle-languages~72 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1e1c08fcf0c714c664a2e18a012fd8362f7e6c30;p=automake.git * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'. Fixes report from Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index 3f902712..3b1277b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-09 Tom Tromey + + * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'. + Fixes report from Jim Meyering. + 2001-04-09 Akim Demaille * automake.in (&handle_configure): Don't bother with optimizing diff --git a/m4/missing.m4 b/m4/missing.m4 index 9a754515..9fd27814 100644 --- a/m4/missing.m4 +++ b/m4/missing.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN], [test x"${MISSING+set}" = xset || MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" # Use eval to expand $SHELL -if eval "$MISSING --run :"; then +if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run=