From dc6058abe0ba3b07cc5f524dc4d95064b4eb12cf Mon Sep 17 00:00:00 2001 From: Benoit Sigoure Date: Sat, 3 Nov 2007 19:33:38 +0100 Subject: [PATCH] Adjust the documentation of autotest WRT atlocal. * doc/autoconf.texi (Making testsuite Scripts): It is not necessary, when using Automake, to write a rule to produce atlocal, since it's an AC_CONFIG_FILES. Mention that atlocal.in needs to be distributed, not atconfig.in. Signed-off-by: Benoit Sigoure --- ChangeLog | 8 ++++++++ doc/autoconf.texi | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09dbf2fc..7646e64a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-03 Benoit Sigoure + + Adjust the documentation of autotest WRT atlocal. + * doc/autoconf.texi (Making testsuite Scripts): It is not necessary, + when using Automake, to write a rule to produce atlocal, since it's + an AC_CONFIG_FILES. Mention that atlocal.in needs to be + distributed, not atconfig.in. + 2007-11-04 Eric Blake Update list information. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2b505bd4..9025359d 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -20285,7 +20285,7 @@ $(TESTSUITE): $(srcdir)/testsuite.at You might want to list explicitly the dependencies, i.e., the list of the files @file{testsuite.at} includes. -With strict Autoconf, you might need to add lines inspired from the +If you don't use Automake, you might need to add lines inspired from the following: @example @@ -20301,8 +20301,10 @@ atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status @end example @noindent -and manage to have @file{atconfig.in} and @code{$(EXTRA_DIST)} -distributed. +and manage to have @code{$(EXTRA_DIST)} distributed. + +If you use Automake, however, you don't need to add a rule to generate +@file{atlocal}. With all this in place, and if you have not initialized @samp{TESTSUITEFLAGS} within your makefile, you can fine-tune test suite execution with this -- 2.11.4.GIT