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: Sun, 4 Nov 2007 02:38:26 +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>
---
 ChangeLog         |    8 ++++++++
 doc/autoconf.texi |    8 +++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 73120c8..07da50a 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..ce56d49 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,8 +20304,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
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
-- 
1.5.3.4.398.g859b





reply via email to

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