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=100e395212e379e8f909427ce7eb751148c2d180 The branch, branch-1-10 has been updated via 100e395212e379e8f909427ce7eb751148c2d180 (commit) from 10e568583d7aae8701d5718ee238c24eeba84b29 (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 100e395212e379e8f909427ce7eb751148c2d180 Author: Ralf Wildenhues <[EMAIL PROTECTED]> Date: Mon Jan 21 22:51:03 2008 +0100 * tests/tar.test: Skip if no appropriate tar was found. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ tests/tar.test | 5 ++++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76675ee..a9b97af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Ralf Wildenhues <[EMAIL PROTECTED]> + + * tests/tar.test: Skip if no appropriate tar was found. + 2008-01-19 NightStrike <[EMAIL PROTECTED]> * doc/automake.texi (Dependency Tracking): Fix typo. diff --git a/tests/tar.test b/tests/tar.test index cc9aa0c..dc749d0 100755 --- a/tests/tar.test +++ b/tests/tar.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2008 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -37,5 +37,8 @@ $ACLOCAL $AUTOCONF $AUTOMAKE ./configure + +grep 'am__tar.*false' Makefile && exit 77 + $MAKE distcheck test -f tar-1.0.tar.gz hooks/post-receive -- GNU Automake