m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

testsuite: distributed depending on non-distributed


From: Ralf Wildenhues
Subject: testsuite: distributed depending on non-distributed
Date: Thu, 7 Sep 2006 15:32:03 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

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 address@hidden address@hidden
        mv address@hidden $@





reply via email to

[Prev in Thread] Current Thread [Next in Thread]