[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Be done with AU_DEFUN's third argument
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Be done with AU_DEFUN's third argument |
Date: |
Tue, 03 Feb 2004 19:55:08 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Bonzini" == Bonzini <address@hidden> writes:
[...]
Bonzini> --- lib/autoconf/autoupdate.m4 30 Jan 2004 14:21:36 -0000
1.7
Bonzini> +++ lib/autoconf/autoupdate.m4 2 Feb 2004 11:39:53 -0000
Bonzini> @@ -67,8 +67,9 @@
Bonzini> # AU_DEFUN(NAME, NEW-CODE, [MESSAGE])
Bonzini> # -----------------------------------
Bonzini> # Declare that the macro NAME is now obsoleted, and should be replaced
Bonzini> -# by NEW-CODE. Tell the user she should run autoupdate, and include
Bonzini> -# the additional MESSAGE.
Bonzini> +# by NEW-CODE. Tell the user she should run autoupdate, and when
Bonzini> +# autoupdate is run, emit MESSAGE as a warning and include it in
Bonzini> +# the updated configure.ac file.
Bonzini> #
Bonzini> # Also define NAME as a macro which code is NEW-CODE.
Bonzini> #
Bonzini> @@ -76,15 +77,31 @@
Bonzini> # and to update a configure.ac.
Bonzini> # See `acobsolete.m4' for a longer description.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Bonzini> m4_define([AU_DEFUN],
[...]
I finally found what this comments was referring to. The file
was in fact named `acoldnames.m4', and all its introductory
comment has now been moved to the end of `autoupdate.in'.
Could you update this comment to
See the end of `autoupdate.in' for a longer description.
along with your change?
--
Alexandre Duret-Lutz