bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a typo in autoconf manual


From: Paul Eggert
Subject: Re: a typo in autoconf manual
Date: Wed, 22 Sep 2004 11:06:38 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Thanks for reporting the problem.  I installed this patch instead:

2004-09-22  Paul Eggert  <address@hidden>

        * doc/autoconf.texi (auindex): New macro.
        (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
        Problem reported by Stepan Kasal.

Index: autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.832
retrieving revision 1.833
diff -p -u -r1.832 -r1.833
--- autoconf.texi       4 Sep 2004 04:51:58 -0000       1.832
+++ autoconf.texi       22 Sep 2004 18:05:01 -0000      1.833
@@ -120,6 +120,14 @@
 @end macro
 @end ifclear
 
address@hidden @auindex{MACRO}
address@hidden ---------------
address@hidden Registering an AU_\MACRO\.
address@hidden auindex{macro}
address@hidden AU_\macro\
address@hidden
address@hidden macro
+
 @c @hdrindex{MACRO}
 @c ----------------
 @c Indexing a header.
@@ -9094,8 +9102,7 @@ with their modern implementation.
 Autoconf provides a simple means to obsolete a macro.
 
 @defmac AU_DEFUN (@var{old-macro}, @var{implementation}, @ovar{message})
address@hidden
address@hidden
address@hidden
 Define @var{old-macro} as @var{implementation}.  The only difference
 with @code{AC_DEFUN} is that the user will be warned that
 @var{old-macro} is now obsolete.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]