summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-30 16:24:41 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-04-30 16:24:41 +0200
commitdc4eaab21b45b6b1fe4348db603380dd9681d5c3 (patch)
treed9f259d2abf22e1bf74f3ae9ce5297c23eb79717 /doc
parent820d90935c4ee1a32723ffa51b54646c7ed90514 (diff)
parent96b1303de222614b325b6744e61addf15d4f80cf (diff)
downloadautomake-dc4eaab21b45b6b1fe4348db603380dd9681d5c3.tar.gz
Merge branch 'maint'
* maint: sync: update files from upstream with "make fetch" maintcheck: remove outdated whitelisting tar: format 'ustar' cannot support UID/GID longer than 21 bits docs: issues with configure substitutions in TESTS tests: avoid possible autotools caching issues (automake bug#13832) tests: rename some with more descriptive names docs: add myself and Ralf Wildenhues as authors authors: add myself dry-run: don't get confused by '-I' option tests: avoid a spurious failure with the Korn Shell dry-run: with GNU make, prefer $(MFLAGS) over $(MAKEFLAGS) header vars: can determine whether we are running under GNU make NEWS: improve wording for automake bug#13514 fix NEWS: document fix for automake bug#13514
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index ec17160d8..9c46b5c45 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -53,6 +53,8 @@ section entitled ``GNU Free Documentation License.''
@author David MacKenzie
@author Tom Tromey
@author Alexandre Duret-Lutz
+@author Ralf Wildenhues
+@author Stefano Lattarini
@page
@vskip 0pt plus 1filll
@insertcopying
@@ -9086,6 +9088,12 @@ followed by any number of alphabetic characters.
For example, @samp{.sh}, @samp{.T} and @samp{.t1} are valid extensions,
while @samp{.x-y}, @samp{.6c} and @samp{.t.1} are not.
+@cindex Configure substitutions in @code{TESTS}
+It is important to note that, due to current limitations (unlikely to be
+lifted), configure substitutions in the definition of @code{TESTS} can
+only work if they will expand to a list of tests that have a suffix listed
+in @code{TEST_EXTENSIONS}.
+
@vindex _LOG_COMPILE
@vindex _LOG_COMPILER
@vindex _LOG_FLAGS