]> sourceware.org Git - automake.git/commitdiff
* 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 3f902712d842983983da294f29d114ec1ca34d3d..3b1277b09e21174fefb584d9b110f60ba247252c 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 9a75451514eb2bf71f0330aded78d55543d44ac6..9fd2781458bd64bf07bc81b816ca46348b8bfa6e 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=
This page took 0.033384 seconds and 5 git commands to generate.