autoconf-patches
[Top][All Lists]
Advanced

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

Re: AC_CHECK_TYPE documentation fix


From: Paul Eggert
Subject: Re: AC_CHECK_TYPE documentation fix
Date: Mon, 2 Dec 2002 23:39:16 -0800 (PST)

Thanks for the note about the missing comma.  I noticed another
bug on the next line too, so I installed this patch.

2002-12-02  Paul Eggert  <address@hidden>

        * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
        arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
        obsolete AC_CHECK_TYPE.  The missing empty arg was reported
        by Simon Josefsson in
        
<http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.

Index: autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.715
retrieving revision 1.716
diff -p -u -r1.715 -r1.716
--- autoconf.texi       14 Nov 2002 08:42:39 -0000      1.715
+++ autoconf.texi       3 Dec 2002 07:35:31 -0000       1.716
@@ -12436,10 +12436,10 @@ builtin type @var{default}, e.g., @samp{
 This macro is equivalent to:
 
 @example
-AC_CHECK_TYPE(address@hidden,
-              [AC_DEFINE(address@hidden, address@hidden,
-                         [Define to address@hidden' if <sys/types.h>
-                          does not define.])])
+AC_CHECK_TYPE(address@hidden,,
+              [AC_DEFINE_UNQUOTED(address@hidden, address@hidden,
+                                  [Define to address@hidden' if
+                                   <sys/types.h> does not define.])])
 @end example
 
 In order to keep backward compatibility, the two versions of




reply via email to

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