Nobody's commented on the last proposed change to install-sh
<http://lists.gnu.org/archive/html/bug-automake/2006-07/msg00001.html>
so I assume it looks OK and installed it in the trunk.
I also installed the following commentary fix from Jim Meyering:
2006-07-09 Jim Meyering <[EMAIL PROTECTED]>
* lib/depcomp: "in in" -> "in" in comment.
--- depcomp.~1.57.~ 2006-05-11 12:30:12.000000000 -0700
+++ depcomp 2006-07-09 09:03:11.000000000 -0700
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2006-05-10.23
+scriptversion=2006-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
@@ -335,7 +335,7 @@ tru64)
#
# With libtool 1.5 this exception was removed, and libtool now
# generates 2 separate objects for the 2 libraries. These two
- # compilations output dependencies in in $dir.libs/$base.o.d and
+ # compilations output dependencies in $dir.libs/$base.o.d and
# in $dir$base.o.d. We have to check for both files, because
# one of the two compilations can be disabled. We should prefer
# $dir$base.o.d over $dir.libs/$base.o.d because the latter is