[Top][All Lists]
[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: |
Wed, 31 Oct 2007 16:43:27 +0100 |
* doc/autoconf.texi (Making testsuite Scripts): It is not necessary
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 | 7 +++++++
doc/autoconf.texi | 7 +------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e48da1f..0acedd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-31 Benoit Sigoure <address@hidden>
+
+ Adjust the documentation of autotest WRT atlocal.
+ * doc/autoconf.texi (Making testsuite Scripts): It is not necessary
+ 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-10-30 Bruno Haible <address@hidden>
* lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index ce3b80f..0271de7 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -20244,15 +20244,10 @@ subdir = tests
atconfig: $(top_builddir)/config.status
cd $(top_builddir) && \
$(SHELL) ./config.status $(subdir)/$@@
-
-atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
- cd $(top_builddir) && \
- $(SHELL) ./config.status $(subdir)/$@@
@end example
@noindent
-and manage to have @file{atconfig.in} and @code{$(EXTRA_DIST)}
-distributed.
+and manage to have @file{atlocal.in} distributed.
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
- [PATCH] Adjust the documentation of autotest WRT atlocal.,
Benoit Sigoure <=