]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Adjust the documentation of autotest WRT atlocal.
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Sat, 3 Nov 2007 18:33:38 +0000 (19:33 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Sun, 4 Nov 2007 17:13:48 +0000 (18:13 +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 <tsuna@lrde.epita.fr>
ChangeLog
doc/autoconf.texi

index 09dbf2fcecad97092e988d436ab4950f525ce097..7646e64a68ebdd2dbf92a5830b6731abf2eaa2a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
+
+       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  <ebb9@byu.net>
 
        Update list information.
index 2b505bd4c0c594629803ec0c2e5e71cc387b24fa..9025359de7edfc854e8b23da1ec4fa19a90375af 100644 (file)
@@ -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