]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Grammar fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jan 2004 18:36:58 +0000 (18:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jan 2004 18:36:58 +0000 (18:36 +0000)
ChangeLog
bin/autoheader.in
lib/autoconf/autoupdate.m4

index 8f9a6e72558d04abbe43f16ffb9b6d7fc2b6ed75..957eb3bc4d926b3cabaeb178471c68e0f70d4afb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
+
+       * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
+       * bin/autoheader.in: Grammar fix in message.
+       (trivial changes)
+       
 2004-01-13  Eric Blake  <ebb9@byu.net>
 
        * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
index 4627f25b035e7e2f4f836439c7e6dd36f4d092bf..c3fd97f3ee2b940029c79f975502b89586823004 100644 (file)
@@ -6,8 +6,9 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
     if 0;
 
 # autoheader -- create `config.h.in' from `configure.ac'
-# Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+
+# Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -142,7 +143,7 @@ if ($config_h_top || $config_h_bot || $acconfig_h)
     is deprecated and discouraged.
 
     Using the third argument of \`AC_DEFINE\' and
-    \`AC_DEFINE_UNQUOTED\' allows to define a template without
+    \`AC_DEFINE_UNQUOTED\' allows one to define a template without
     \`acconfig.h\':
 
       AC_DEFINE([NEED_FUNC_MAIN], 1,
index d071299f6a88763e1e4bee3a9c22b8de6d8b044f..3b6c90d4816cb77445db3573a916f9cf6e70b4e5 100644 (file)
@@ -1,7 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoupdate.
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2003
-# Free Software Foundation, Inc.
+
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2003, 2004 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -69,7 +70,7 @@
 #
 # Also define NAME as a macro which code is NEW-CODE.
 #
-# This allows to share the same code for both supporting obsoleted macros,
+# This allows sharing the same code for both supporting obsoleted macros,
 # and to update a configure.ac.
 # See `acobsolete.m4' for a longer description.
 m4_define([AU_DEFUN],