From: Mike Frysinger Date: Mon, 22 Feb 2021 02:26:15 +0000 (-0800) Subject: doc: [AM_]RUNTESTFLAGS not [AM_]RUNTESTDEFAULTFLAGS. X-Git-Tag: v1.16.4~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=784fcf21355385c6c9bfa68d1cf5fa6fbcc47461;p=thirdparty%2Fautomake.git doc: [AM_]RUNTESTFLAGS not [AM_]RUNTESTDEFAULTFLAGS. * doc/automake.texi (Other Variables): Change [AM_]RUNTESTDEFAULTFLAGS to [AM_]RUNTESTFLAGS. --- 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