From: Stefano Lattarini Date: Tue, 22 Jan 2013 09:56:57 +0000 (+0100) Subject: docs: 'no-define' option and AM_INIT_AUTOMAKE three-args usage: fixlets X-Git-Tag: v1.13.1b~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae34038674ae31fb9783264fc116075c511a1bcf;p=thirdparty%2Fautomake.git docs: 'no-define' option and AM_INIT_AUTOMAKE three-args usage: fixlets See automake bug#13519. * doc/automake.texi: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index c4951e35d..69e44ca60 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -3950,9 +3950,9 @@ explicitly). @opindex no-define By default this macro @code{AC_DEFINE}'s @code{PACKAGE} and @code{VERSION}. This can be avoided by passing the @option{no-define} -option: +option (@pxref{List of Automake options}): @example -AM_INIT_AUTOMAKE([gnits 1.5 no-define dist-bzip2]) +AM_INIT_AUTOMAKE([no-define ...]) @end example @item AM_PATH_LISPDIR