autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Adjust the documentation of autotest WRT atlocal.


From: Benoit Sigoure
Subject: [PATCH] Adjust the documentation of autotest WRT atlocal.
Date: Sat, 3 Nov 2007 19:36:48 +0100

        * 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 <address@hidden>
---
This is a revised patch, taking into account Ralf's wise comments.
For me `strict Autoconf' was not clear at all, so I changed the wording
a bit to something that (seems) more understandable.

 ChangeLog         |    8 ++++++++
 doc/autoconf.texi |    8 ++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c7a8d68..c62f3d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 2007-11-03  Benoit Sigoure  <address@hidden>
+
+       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-03  Benoit Sigoure  <address@hidden>
        and Ralf Wildenhues  <address@hidden>
 
        Explain how to define $(AUTOM4TE) with Automake.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 1b598eb..2b5b8de 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -20288,7 +20288,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
@@ -20304,9 +20304,13 @@ atlocal: $(srcdir)/atlocal.in 
$(top_builddir)/config.status
 @end example
 
 @noindent
-and manage to have @file{atconfig.in} and @code{$(EXTRA_DIST)}
+and manage to have @file{atlocal.in} and @code{$(EXTRA_DIST)}
 distributed.
 
+If you use Automake, however, you don't need to add a rule to generate
address@hidden and you simply need to list @file{atlocal.in} in
address@hidden
+
 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
 variable, for example:
-- 
1.5.3.4.398.g859b





reply via email to

[Prev in Thread] Current Thread [Next in Thread]