]> sourceware.org Git - automake.git/commitdiff
* m4/missing.m4 (AM_MISSING_HAS_RUN): Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 1 Aug 2001 16:23:54 +0000 (16:23 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 1 Aug 2001 16:23:54 +0000 (16:23 +0000)
ChangeLog
aclocal.m4
m4/missing.m4

index a6b5bc5d58ed46402d0860298339708216f8a017..8ffcca576b9470c8f17e4591b989301c423587d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-08-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * m4/missing.m4 (AM_MISSING_HAS_RUN): Typo.
+
        * m4/auxdir.m4: More comments.
 
 2001-07-31  Richard Boulton <richard@tartarus.org>
index ff2531c51af47f5affcce0d5b261d48b27c7a4eb..ff66ca186f3f8429185f0ccad02e12c436bb2493 100644 (file)
@@ -167,7 +167,7 @@ AC_DEFUN([AM_MISSING_INSTALL_SH],
 if test -z "$install_sh"; then
    for install_sh in "$ac_aux_dir/install-sh" \
                      "$ac_aux_dir/install.sh" \
-                     "${am_missing_run}${ac_auxdir}/install-sh";
+                     "${am_missing_run}${ac_aux_dir}/install-sh";
    do
      test -f "$install_sh" && break
    done
index 1b1577431f295cfde7470c86afb5e2e029409791..c35869e8f2f00b7ab4e9f802be1447fcd1a8349d 100644 (file)
@@ -20,7 +20,7 @@ AC_DEFUN([AM_MISSING_INSTALL_SH],
 if test -z "$install_sh"; then
    for install_sh in "$ac_aux_dir/install-sh" \
                      "$ac_aux_dir/install.sh" \
-                     "${am_missing_run}${ac_auxdir}/install-sh";
+                     "${am_missing_run}${ac_aux_dir}/install-sh";
    do
      test -f "$install_sh" && break
    done
This page took 0.03461 seconds and 5 git commands to generate.