summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-21 18:26:15 -0800
committerKarl Berry <karl@freefriends.org>2021-02-21 18:26:15 -0800
commit784fcf21355385c6c9bfa68d1cf5fa6fbcc47461 (patch)
tree30aa335a42ea4f018fc47ef6baf9e1fbd526f6cb
parent89a76c9cc283d3f2785548feca6da13571d726a7 (diff)
downloadautomake-784fcf21355385c6c9bfa68d1cf5fa6fbcc47461.tar.gz
doc: [AM_]RUNTESTFLAGS not [AM_]RUNTESTDEFAULTFLAGS.
* doc/automake.texi (Other Variables): Change [AM_]RUNTESTDEFAULTFLAGS to [AM_]RUNTESTFLAGS.
-rw-r--r--doc/automake.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index c8501aaaf..5f70e370c 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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