automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-392-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-392-g86739cb
Date: Wed, 13 Oct 2010 20:58:37 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=86739cb38ddc8f0c30f51bd24ebf2c45c0584dff

The branch, master has been updated
       via  86739cb38ddc8f0c30f51bd24ebf2c45c0584dff (commit)
      from  450bd4552836caf7a3f562532efddf9ac775833b (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 86739cb38ddc8f0c30f51bd24ebf2c45c0584dff
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Oct 13 22:57:23 2010 +0200

    Regenerate Makefile.in.

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

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

diff --git a/Makefile.in b/Makefile.in
index 232fbf7..d9cff86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -651,7 +651,7 @@ dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
        $(am__post_remove_distdir)
 dist-bzip2: distdir
-       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+       tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c 
>$(distdir).tar.bz2
        $(am__post_remove_distdir)
 
 dist-lzip: distdir
@@ -663,7 +663,7 @@ dist-lzma: distdir
        $(am__post_remove_distdir)
 
 dist-xz: distdir
-       tardir=$(distdir) && $(am__tar) | xz -9 -c >$(distdir).tar.xz
+       tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--9} xz -c 
>$(distdir).tar.xz
        $(am__post_remove_distdir)
 
 dist-tarZ: distdir


hooks/post-receive
-- 
GNU Automake



reply via email to

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