automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

s/ac_auxdir/ac_aux_dir/


From: Alexandre Duret-Lutz
Subject: s/ac_auxdir/ac_aux_dir/
Date: 01 Aug 2001 12:31:33 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

This has been a longstanding typo.  However, Tom, you once
stated that supporting install.sh is unimportant [*], besides
strip.m4 always use install-sh.  So maybe it could be cleaner to
remove this `for' loop completly, as well as the `evil' hack
following, leaving only
  
  if test -z "$install_sh"; then
    install_sh="$ac_aux_dir/install-sh"
  fi


[*] http://sources.redhat.com/ml/automake/2001-03/msg00035.html

Index: ChangeLog
from  Alexandre Duret-Lutz  <address@hidden>

        * m4/missing.m4 (AM_MISSING_HAS_RUN): Typo.

Index: aclocal.m4
===================================================================
RCS file: /cvs/automake/automake/aclocal.m4,v
retrieving revision 1.62
diff -u -r1.62 aclocal.m4
--- aclocal.m4 2001/07/31 06:09:18 1.62
+++ aclocal.m4 2001/08/01 10:18:34
@@ -1,4 +1,4 @@
-# aclocal.m4 generated automatically by aclocal 1.4k
+# aclocal.m4 generated automatically by aclocal 1.4i
 
 # Copyright 1996, 1997, 1998, 1999, 2000, 2001
 # Free Software Foundation, Inc.
@@ -167,7 +167,7 @@
 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: m4/missing.m4
===================================================================
RCS file: /cvs/automake/automake/m4/missing.m4,v
retrieving revision 1.16
diff -u -r1.16 missing.m4
--- m4/missing.m4 2001/07/20 01:25:14 1.16
+++ m4/missing.m4 2001/08/01 10:18:34
@@ -20,7 +20,7 @@
 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

-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]