]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(auindex): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Sep 2004 18:05:01 +0000 (18:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Sep 2004 18:05:01 +0000 (18:05 +0000)
(AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
Problem reported by Stepan Kasal.

doc/autoconf.texi

index af3dc513a21a2a937c0e6207c4a0dd8e84ffac09..2959f7dd7dbfc4589f7384619ecebfd53c9d8d58 100644 (file)
 @end macro
 @end ifclear
 
+@c @auindex{MACRO}
+@c ---------------
+@c Registering an AU_\MACRO\.
+@macro auindex{macro}
+@ACindex AU_\macro\
+@c
+@end 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})
-@acindex{DEFUN}
-@acindex{AU_DEFUN}
+@auindex{DEFUN}
 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.