]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Obsolete Macros): Fix typos (insert empty
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2002 07:35:31 +0000 (07:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2002 07:35:31 +0000 (07:35 +0000)
arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
obsolete AC_CHECK_TYPE.

doc/autoconf.texi

index 75365fb58230dfed9876e6b1bf51bd228e46a3cd..b430326e05c970d33d2457fe475dcc59e5a6ad79 100644 (file)
@@ -12436,10 +12436,10 @@ builtin type @var{default}, e.g., @samp{short} or @samp{unsigned}.
 This macro is equivalent to:
 
 @example
-AC_CHECK_TYPE([@var{type}],
-              [AC_DEFINE([@var{type}], [@var{default}],
-                         [Define to `@var{default}' if <sys/types.h>
-                          does not define.])])
+AC_CHECK_TYPE([@var{type}],,
+              [AC_DEFINE_UNQUOTED([@var{type}], [@var{default}],
+                                  [Define to `@var{default}' if
+                                   <sys/types.h> does not define.])])
 @end example
 
 In order to keep backward compatibility, the two versions of