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.68-136-


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-136-ga1a00a9
Date: Sat, 28 Jan 2012 14:20:33 +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=a1a00a9768e6206feb8ca768d2aa66cdf3408c5c

The branch, master has been updated
       via  a1a00a9768e6206feb8ca768d2aa66cdf3408c5c (commit)
      from  2fdeca53213f0467a609f558028b393868923b1b (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 a1a00a9768e6206feb8ca768d2aa66cdf3408c5c
Author: Jim Meyering <address@hidden>
Date:   Sat Jan 28 15:19:38 2012 +0100

    maint: avoid "make syntax-check" failure
    
    * Makefile.am ($(srcdir)/INSTALL): Remove spurious space-before-TAB.

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

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a195241..bed0b6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
        echo @firstparagraphindent insert                               \
          | cat - $(top_srcdir)/doc/install.texi > tmp.texi
        $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)                \
-            --plaintext tmp.texi                                       \
+            --plaintext tmp.texi                                       \
          | sed -e $(CONVERT_QUOTES) -e $(OMIT_TRAILING_EMPTY_LINES)    \
             > address@hidden && mv address@hidden $@
        rm -f tmp.texi


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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