From: Paul Eggert Date: Tue, 3 Dec 2002 07:35:31 +0000 (+0000) Subject: (Obsolete Macros): Fix typos (insert empty X-Git-Tag: AUTOCONF-2.57~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435ae5568152aa0222d3676134c5c8a14b804df6;p=thirdparty%2Fautoconf.git (Obsolete Macros): Fix typos (insert empty arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for obsolete AC_CHECK_TYPE. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 75365fb58..b430326e0 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 - does not define.])]) +AC_CHECK_TYPE([@var{type}],, + [AC_DEFINE_UNQUOTED([@var{type}], [@var{default}], + [Define to `@var{default}' if + does not define.])]) @end example In order to keep backward compatibility, the two versions of