This change, presumably from a couple of days ago, looks wrong, and
breaks distcheck: a distributed file may not depend on a non distributed
file.  Distributed files should be updated in the source tree.  (These
rules help those that don't want to go crazy with portable make.)

distcheck catches this as it fails when trying to update `testsuite' in
the read-only source tree.

Cheers,
Ralf

Index: Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Makefile.am 27 Jul 2006 22:34:55 -0000      1.42
+++ Makefile.am 5 Sep 2006 23:16:39 -0000       1.43
@@ -389,7 +389,7 @@

 AUTOM4TE = autom4te
 AUTOTEST = $(AUTOM4TE) --language=autotest
-$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
+$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT) tests/m4
        $(AUTOTEST) -I '$(srcdir)/tests' -o [EMAIL PROTECTED] [EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@



_______________________________________________
M4-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to