diff options
-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. |