From: Jim Meyering Date: Sat, 8 Jul 2006 11:28:05 +0000 (+0000) Subject: * link-follow.m4: Remove one of two adjacent "whether"s in a comment. X-Git-Tag: v6.0~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00318b60c9b32952670ab35ad5bbf42b5974c0b8;p=thirdparty%2Fcoreutils.git * link-follow.m4: Remove one of two adjacent "whether"s in a comment. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 9f54b24c8e..2d96cbf886 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,9 +1,8 @@ 2006-07-08 Jim Meyering + * link-follow.m4: Remove one of two adjacent "whether"s in a comment. * getopt.m4: Remove one of two adjacent "your"s in a comment. - * autobuild.m4: Remove one of two adjacent "can"s in a comment. - * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment. 2006-07-03 Paul Eggert diff --git a/m4/link-follow.m4 b/m4/link-follow.m4 index 735dad09f2..f75062ce41 100644 --- a/m4/link-follow.m4 +++ b/m4/link-follow.m4 @@ -1,8 +1,8 @@ -#serial 7 -dnl Run a program to determine whether whether link(2) follows symlinks. +#serial 8 +dnl Run a program to determine whether link(2) follows symlinks. dnl Set LINK_FOLLOWS_SYMLINKS accordingly. -# Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved.