summaryrefslogtreecommitdiff
path: root/doc/automake.texi
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 10:56:57 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 10:56:57 +0100
commitae34038674ae31fb9783264fc116075c511a1bcf (patch)
tree0225959b46a1105ec63788e7f235e4d7ec6519b9 /doc/automake.texi
parent9d1002e0772e2fb6e9f9a3832a0f9c6486cd438a (diff)
downloadautomake-ae34038674ae31fb9783264fc116075c511a1bcf.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc/automake.texi')
-rw-r--r--doc/automake.texi4
1 files changed, 2 insertions, 2 deletions
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