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=379e37ea35bf38164c23d44dbef344a11274085b The branch, master has been updated via 379e37ea35bf38164c23d44dbef344a11274085b (commit) from 59dbd8ff70070414cb0e9964c48f452e5bd4d4c7 (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 379e37ea35bf38164c23d44dbef344a11274085b 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 d48544c..7ccca02 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 fd016cf..94a837f 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 program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,5 +33,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