[SCM] GNU Autoconf source repository branch, master, updated. v2.69-80-g6b42b38

"Paul Eggert" <[email protected]> Wed, 24 Apr 2013 04:43:08 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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=6b42b38f9bcde8d67435a5bb39f8c0f42e71e6ab

The branch, master has been updated
       via  6b42b38f9bcde8d67435a5bb39f8c0f42e71e6ab (commit)
      from  0bdae8273898fbff2ecf2a32b279f29811ff5e91 (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 6b42b38f9bcde8d67435a5bb39f8c0f42e71e6ab
Author: Paul Eggert <[email protected]>
Date:   Tue Apr 23 21:42:41 2013 -0700

    doc: add missing semicolons to make rules
    
    Problem reported by Peter Eisentraut in
    <http://lists.gnu.org/archive/html/bug-autoconf/2013-04/msg00007.html>.
    * doc/autoconf.texi (Automatic Remaking): Append semicolons
    to rules that need empty commands.

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

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

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index f895e47..faf6d97 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -3190,12 +3190,12 @@ $(srcdir)/configure: configure.ac aclocal.m4
         cd '$(srcdir)' && autoconf
 
 # autoheader might not change config.h.in, so touch a stamp file.
-$(srcdir)/config.h.in: stamp-h.in
+$(srcdir)/config.h.in: stamp-h.in ;
 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
         cd '$(srcdir)' && autoheader
         echo timestamp > '$(srcdir)/stamp-h.in'
 
-config.h: stamp-h
+config.h: stamp-h ;
 stamp-h: config.h.in config.status
         ./config.status
 


hooks/post-receive
-- 
GNU Autoconf source repository