* lib/am/depend2.am: Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 15 Oct 2006 17:02:34 +0000 (17:02 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 15 Oct 2006 17:02:34 +0000 (17:02 +0000)
* lib/depcomp (scriptversion): Bump, to account for recent changes.

ChangeLog
lib/am/depend2.am
lib/depcomp

index 8d71fc2..ea6d5bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-10-15  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/am/depend2.am: Typo.
+       * lib/depcomp (scriptversion): Bump, to account for recent changes.
+
        * doc/automake.texi (Examples): Introduce the example, and point
        to Hello World.
        (Hello): Remove this obsolete node.
index 1136315..e0414e5 100644 (file)
@@ -54,7 +54,7 @@
 ## it's hard to please everybody.  On April 2003, William Fulton (from
 ## clan (3)) and Karl Berry (from clan (2)) agreed that folding the
 ## compile rules so that they are output on a single line (instead of 5)
-## would be a good compromise.  Actually we use two line rather than one,
+## would be a good compromise.  Actually we use two lines rather than one,
 ## because this way %SOURCE% is always located at the end of the first
 ## line and is therefore easier to spot.  (We need an extra line when
 ## depbase is used.)
index 7d40937..ca5ea4e 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2006-07-09.11
+scriptversion=2006-10-15.18
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
 # Foundation, Inc.