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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e163c03bccca565b31bc270384ba8f840ddff54d;p=thirdparty%2Fautomake.git * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'. Fixes report from Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index 3f902712d..3b1277b09 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 9a7545151..9fd278145 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=