* m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'.
authorTom Tromey <tromey@redhat.com>
Mon, 9 Apr 2001 23:21:13 +0000 (23:21 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 9 Apr 2001 23:21:13 +0000 (23:21 +0000)
Fixes report from Jim Meyering.

ChangeLog
m4/missing.m4

index 3f90271..3b1277b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-09  Tom Tromey  <tromey@redhat.com>
+
+       * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'.
+       Fixes report from Jim Meyering.
+
 2001-04-09  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&handle_configure): Don't bother with optimizing
index 9a75451..9fd2781 100644 (file)
@@ -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=