+2002-09-12 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Defining Symbols): Present two different
+ prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
+ difference between 1 argument calls, and 2-3 argument calls.
+
2002-09-12 Peter Eisentraut <peter_e@gmx.net>
* doc/autoconf.texi: Review grammar and punctuation.
@xref{Configuration Headers}, for more information about this kind of
output.
-@defmac AC_DEFINE (@var{variable}, @ovar{value}, @ovar{description})
+@defmac AC_DEFINE (@var{variable}, @var{value}, @ovar{description})
+@defmacx AC_DEFINE (@var{variable})
@acindex DEFINE
Define the C preprocessor variable @var{variable} to @var{value} (verbatim).
@var{value} should not contain literal newlines, and if you are not
@var{value} defaults to 1 instead of to the empty string. This is for
backwards compatibility with older versions of Autoconf, but this usage
is obsolescent and may be withdrawn in future versions of Autoconf.
-
@end defmac
-@defmac AC_DEFINE_UNQUOTED (@var{variable}, @ovar{value}, @ovar{description})
+@defmac AC_DEFINE_UNQUOTED (@var{variable}, @var{value}, @ovar{description})
+@defmacx AC_DEFINE_UNQUOTED (@var{variable})
@acindex DEFINE_UNQUOTED
Like @code{AC_DEFINE}, but three shell expansions are
performed---once---on @var{variable} and @var{value}: variable expansion