autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.63-284-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-284-g98647c5
Date: Sun, 08 Mar 2009 10:24:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=98647c53e4a73b8d215b97c3ce8aa08d38788a8b

The branch, master has been updated
       via  98647c53e4a73b8d215b97c3ce8aa08d38788a8b (commit)
      from  286c51ccf3eb56214d9386a93b5d71e297ecfb28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 98647c53e4a73b8d215b97c3ce8aa08d38788a8b
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Mar 8 11:24:06 2009 +0100

    Manual: testsuite depends on package.m4.
    
    * doc/autoconf.texi (Making testsuite Scripts): In the example
    makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f2e6439..413950f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-08  Ralf Wildenhues  <address@hidden>
+
+       Manual: testsuite depends on package.m4.
+       * doc/autoconf.texi (Making testsuite Scripts): In the example
+       makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
+
 2009-03-02  Allan Caffee  <address@hidden>  (tiny change)
 
        Fix a typo in comment for AS_LITERAL_IF.
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


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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