CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/06/19 13:03:55
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -b -r1.307 -r1.308
--- ChangeLog 16 Jun 2006 05:13:18 -0000 1.307
+++ ChangeLog 19 Jun 2006 13:03:55 -0000 1.308
@@ -1,3 +1,22 @@
+2006-06-16 Eric Blake <[EMAIL PROTECTED]>
+
+ Follow recommendations from autoconf manual for autotest.
+ * Makefile.am (TESTSUITE): Factor the $(srcdir) out of uses, and
+ turn it into an absolute path until autotest provides an option
+ that allows us to avoid changing directories. Properly quote
+ throughout.
+ (TESTS_ENVIRONMENT) [USE_GMP]: Inform testsuite about GMP.
+ (check-recursive): Delete unused target.
+ ($(TESTSUITE)): Atomically update testsuite.
+ (CD_TESTDIR): Simplify.
+ (m4__cd): Delete unused macro.
+ (check-local): Let TESTSUITEFLAGS influence the run.
+ (installcheck-local): Let TESTSUITEFLAGS override
+ AUTOTEST_PATH. Add dependencies.
+ (clean-local): Clean up.
+ (DISTCLEANFILES, MAINTAINERCLEANFILES): Add directory location.
+ * README: Document how to use the testsuite.
+
2006-06-15 Eric Blake <[EMAIL PROTECTED]>
* configure.ac (M4_DEFAULT_PRELOAD): Fix typo in last commit.
@@ -6525,4 +6544,4 @@
* Initial beta release. Release 0.50, manual 0.05.
- $Revision: 1.307 $ $Date: 2006/06/16 05:13:18 $
+ $Revision: 1.308 $ $Date: 2006/06/19 13:03:55 $