summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-31 23:29:24 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-01 00:10:10 +0100
commitf3e8d1cd06707576cf702e11c758617bea1a067f (patch)
tree35a72c742eb040b0f934a19980cc44567d2aef6b /doc
parent9f34684b773490e03e2b93b37fb030c20afc5c0b (diff)
downloadautomake-f3e8d1cd06707576cf702e11c758617bea1a067f.tar.gz
coverage: test CONFIG_STATUS_DEPENDENCIES
* t/remake-config-status-dependencies.sh: New test. * t/list-of-tests.mk: Add it. * doc/automake.texi: Reference it in comments. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index b23805a0f..ee2df4d5a 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -9892,6 +9892,7 @@ from @file{configure.ac}. For instance, the following statement will
cause @file{configure} to be rerun each time @file{version.sh} is
changed.
+@c Keep in sync with remake-config-status-dependencies.sh
@example
AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/version.sh'])
@end example