From: Ralf Wildenhues Date: Mon, 21 Jan 2008 21:51:03 +0000 (+0100) Subject: * tests/tar.test: Skip if no appropriate tar was found. X-Git-Tag: v1.10b~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379e37ea35bf38164c23d44dbef344a11274085b;p=thirdparty%2Fautomake.git * tests/tar.test: Skip if no appropriate tar was found. --- diff --git a/ChangeLog b/ChangeLog index d48544c1e..7ccca023e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Ralf Wildenhues + + * tests/tar.test: Skip if no appropriate tar was found. + 2008-01-19 NightStrike * doc/automake.texi (Dependency Tracking): Fix typo. diff --git a/tests/tar.test b/tests/tar.test index fd016cf17..94a837f00 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