From 6b2d30f409049d56eb470363d15bfa94661a793a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 3 Feb 2004 23:07:30 +0000 Subject: [PATCH] * doc/autoconf.texi (AU_DEFUN): Fix English, suggested by Paul Eggert. * lib/autoconf/autoupdate.m4: Correct reference to acobsolete.m4, suggested by Alexandre Duret-Lutz. --- ChangeLog | 21 ++++++++++++++++++++- doc/autoconf.texi | 6 +++--- lib/autoconf/autoupdate.m4 | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96ea5536..ef33f78e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ -2004-01-30 Paolo Bonzini +2004-02-04 Paolo Bonzini + + * doc/autoconf.texi (AU_DEFUN): Fix English, + suggested by Paul Eggert. + * lib/autoconf/autoupdate.m4: Correct reference to + acobsolete.m4, suggested by Alexandre Duret-Lutz. + +2004-02-02 Paolo Bonzini + + * bin/autoupdate.in: Define __file__ so that warnings + refer to the correct file. + * doc/autoconf.texi (AU_DEFUN): Describe more correctly + the behavior of the third argument. + * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more + correctly the behavior of the third argument. Document + what the three macros that AU_DEFUN defines do. Fix + warning message when the third argument includes $0 + (reported by Alexandre Duret-Lutz). + +2004-01-30 Paolo Bonzini Eric Sunshine Paul Eggert diff --git a/doc/autoconf.texi b/doc/autoconf.texi index b3ffb139..3719112f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8941,9 +8941,9 @@ with @code{AC_DEFUN} is that the user will be warned that If she then uses @command{autoupdate}, the call to @var{old-macro} will be replaced by the modern @var{implementation}. @var{message} should -include information on what to do after running @command{autoupdate}, -and @command{autoupdate} will print it as a warning, @emph{and} include -it in the updated @file{configure.ac} file. +include information on what to do after running @command{autoupdate}; +@command{autoupdate} will print it as a warning, and include it +in the updated @file{configure.ac} file. @end defmac @node Coding Style diff --git a/lib/autoconf/autoupdate.m4 b/lib/autoconf/autoupdate.m4 index 8eaa388a..753b0932 100644 --- a/lib/autoconf/autoupdate.m4 +++ b/lib/autoconf/autoupdate.m4 @@ -75,7 +75,7 @@ m4_define([AU_DEFINE], []) # # This allows sharing the same code for both supporting obsoleted macros, # and to update a configure.ac. -# See `acobsolete.m4' for a longer description. +# See the end of `autoupdate.in' for a longer description. m4_define([AU_DEFUN], [# This is what autoupdate's m4 run will expand. It fires # the warning (with _au_warn_XXX), outputs it into the -- 2.11.4.GIT