docs: 'no-define' option and AM_INIT_AUTOMAKE three-args usage: fixlets
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Jan 2013 09:56:57 +0000 (10:56 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Jan 2013 09:56:57 +0000 (10:56 +0100)
See automake bug#13519.

* doc/automake.texi: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index c4951e3..69e44ca 100644 (file)
@@ -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