diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-08 11:28:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-08 11:28:05 +0000 |
commit | 00318b60c9b32952670ab35ad5bbf42b5974c0b8 (patch) | |
tree | 4c2fbd8a656a1d23eb688107576379765183b9c6 | |
parent | 7ea443fa861619d6c4d35d3a9080a2ee20d87260 (diff) | |
download | coreutils-00318b60c9b32952670ab35ad5bbf42b5974c0b8.tar.xz |
* link-follow.m4: Remove one of two adjacent "whether"s in a comment.
-rw-r--r-- | m4/ChangeLog | 3 | ||||
-rw-r--r-- | m4/link-follow.m4 | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 9f54b24c8..2d96cbf88 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,9 +1,8 @@ 2006-07-08 Jim Meyering <jim@meyering.net> + * 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 <eggert@cs.ucla.edu> diff --git a/m4/link-follow.m4 b/m4/link-follow.m4 index 735dad09f..f75062ce4 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. |