From 56e3e04b276b5361708f6e4ba05314ec7407d3bc Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 15 Oct 2006 17:02:34 +0000 Subject: [PATCH] * lib/am/depend2.am: Typo. * lib/depcomp (scriptversion): Bump, to account for recent changes. --- ChangeLog | 3 +++ lib/am/depend2.am | 2 +- lib/depcomp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d71fc2..ea6d5bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-15 Alexandre Duret-Lutz + * 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. diff --git a/lib/am/depend2.am b/lib/am/depend2.am index 1136315..e0414e5 100644 --- a/lib/am/depend2.am +++ b/lib/am/depend2.am @@ -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.) diff --git a/lib/depcomp b/lib/depcomp index 7d40937..ca5ea4e 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -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. -- 2.7.4