automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.2-85-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.2-85-g9158d39
Date: Sun, 05 Aug 2012 09:42:18 +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=9158d39d524ab4c10aa41dbed1fc5b6a3b54188a

The branch, maint has been updated
       via  9158d39d524ab4c10aa41dbed1fc5b6a3b54188a (commit)
      from  70b503ae955f36fd0e0b960940933b92e98ea94c (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 t/dist-formats.tap |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/t/dist-formats.tap b/t/dist-formats.tap
index 85021d3..893aa55 100755
--- a/t/dist-formats.tap
+++ b/t/dist-formats.tap
@@ -93,7 +93,13 @@ have_compressor ()
         # compress stdin.  This would cause binary output in the test
         # logs, with potential breakage of our testsuite harness.
         bzip2) o=--help;;
-            *) o=--version;;
+        # OpenSolaris zip do not support the '--version' option, but
+        # accepts the '-v' one with a similar meaning (if no further
+        # arguments are given).
+        zip) o=-v;;
+        # Assume the other compressors we care about support the
+        # '--version' option.
+        *) o=--version;;
       esac
       # Redirect to stderr to avoid polluting the output, in case this
       # function is used in a command substitution (as it is, below).


hooks/post-receive
-- 
GNU Automake



reply via email to

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