summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/ChangeLog6
-rw-r--r--m4/autobuild.m44
2 files changed, 8 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 3442635ce..9bc2745f0 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-08 Jim Meyering <jim@meyering.net>
+
+ * 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>
* prereq.m4 (gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodate
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4
index bd1f4dc1b..bb3407b71 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -1,5 +1,5 @@
# autobuild.m4 serial 2 (autobuild-3.3)
-# Copyright (C) 2004 Simon Josefsson
+# Copyright (C) 2004, 2006 Simon Josefsson
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
@@ -7,7 +7,7 @@
# that contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
-# This file can can be used in projects which are not available under
+# This file can be used in projects which are not available under
# the GNU General Public License or the GNU Library General Public
# License but which still want to provide support for Autobuild.