autoconf-patches
[Top][All Lists]
Advanced

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

manual: testsuite depends on package.m4


From: Ralf Wildenhues
Subject: manual: testsuite depends on package.m4
Date: Sun, 8 Mar 2009 11:24:27 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

while package.m4 is an optional file, or at least documented as such,
the makefile snippet should be consistent in containing it everywhere.
Users that do without can easily remove all references.  Pushed.

Cheers,
Ralf

    Manual: testsuite depends on package.m4.
    
    * doc/autoconf.texi (Making testsuite Scripts): In the example
    makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 45ebdc6..cb1eb74 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -22505,7 +22505,7 @@ clean-local:
 
 AUTOM4TE = $(SHELL) $(srcdir)/build-aux/missing --run autom4te
 AUTOTEST = $(AUTOM4TE) --language=autotest
-$(TESTSUITE): $(srcdir)/testsuite.at
+$(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/package.m4
         $(AUTOTEST) -I '$(srcdir)' -o $@@.tmp $@@.at
         mv $@@.tmp $@@
 @end example




reply via email to

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