I've just looked into the failure of test pr19.
The distdir rules copying these four files (in the $(DISTFILES) list)
from ../:
  depcomp
  install-sh
  missing
  mkinstalldirs

Of course, those files aren't removed by `make distclean', and hence the
`find...|wc' in the distcheck rules counts four files rather than the
expected `0'.  Since I haven't even looked to see what pr#19 is about,
there's a good chance this patch just papers over a larger problem...

Index: tests/ChangeLog
===================================================================
RCS file: /cvs/automake/automake/tests/ChangeLog,v
retrieving revision 1.287
diff -u -p -r1.287 ChangeLog
--- ChangeLog   2000/02/02 04:29:02     1.287
+++ ChangeLog   2000/03/04 11:34:19
@@ -1,3 +1,8 @@
+2000-03-04  Jim Meyering  <[EMAIL PROTECTED]>
+
+       * pr19.test (DISTCLEANFILES): Define so that these files are removed:
+       depcomp, install-sh, missing, mkinstalldirs.
+
 2000-02-02  Assar Westerlund  <[EMAIL PROTECTED]>
 
        * target-cflags.test: new test case to target-specific CFLAGS
@@ -1240,4 +1245,3 @@ Sat Feb 10 17:08:39 1996  Tom Tromey  <t
        * mdate.test, vtexi.test, acoutput.test: New files.
 
        * Started.
-
Index: tests/pr19.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr19.test,v
retrieving revision 1.3
diff -u -p -r1.3 pr19.test
--- pr19.test   1999/12/27 07:40:32     1.3
+++ pr19.test   2000/03/04 11:34:19
@@ -23,6 +23,8 @@ LDADD             = @LEXLIB@
 
 noinst_PROGRAMS   = foo
 foo_SOURCES       = foo.l
+
+DISTCLEANFILES = depcomp install-sh missing mkinstalldirs
 END
 
 # Remove some files installed by defs.  These will be reinstalled by

Reply via email to