]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: [AM_]RUNTESTFLAGS not [AM_]RUNTESTDEFAULTFLAGS.
authorMike Frysinger <vapier@gentoo.org>
Mon, 22 Feb 2021 02:26:15 +0000 (18:26 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 22 Feb 2021 02:26:15 +0000 (18:26 -0800)
* doc/automake.texi (Other Variables): Change [AM_]RUNTESTDEFAULTFLAGS
to [AM_]RUNTESTFLAGS.

doc/automake.texi

index c8501aaaf1e3adf13edc3085ae0821a61f46333f..5f70e370c158a1b38a6bf9f46fb5919170ca1cc9 100644 (file)
@@ -12578,8 +12578,8 @@ Automake to think that this is actually a per-target variable (like
 There are other variables in Automake that follow similar principles
 to allow user options.  For instance, Texinfo rules (@pxref{Texinfo})
 use @code{MAKEINFOFLAGS} and @code{AM_MAKEINFOFLAGS}.  Similarly,
-DejaGnu tests (@pxref{DejaGnu Tests}) use @code{RUNTESTDEFAULTFLAGS} and
-@code{AM_RUNTESTDEFAULTFLAGS}.  The tags and ctags rules
+DejaGnu tests (@pxref{DejaGnu Tests}) use @code{RUNTESTFLAGS} and
+@code{AM_RUNTESTFLAGS}.  The tags and ctags rules
 (@pxref{Tags}) use @code{ETAGSFLAGS}, @code{AM_ETAGSFLAGS},
 @code{CTAGSFLAGS}, and @code{AM_CTAGSFLAGS}.  Java rules
 (@pxref{Java}) use @code{JAVACFLAGS} and @code{AM_JAVACFLAGS}.  None