From fff5f1c99886dc1e3cd76fe5e49dd7173b05084e Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 18 Nov 2007 17:24:56 +0100 Subject: [PATCH] * tests/local.at: Do not test m4, perl with AT_TESTED. --- ChangeLog | 2 ++ tests/local.at | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9eadbdef..d1f20c1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-18 Ralf Wildenhues + * tests/local.at: Do not test m4, perl with AT_TESTED. + Diagnose and guard against write errors dealing with config.status. The general idea is this: all write failures from `configure' writing `config.status' are indicated by $ac_write_error, which diff --git a/tests/local.at b/tests/local.at index 298dfbab..b17fff3b 100644 --- a/tests/local.at +++ b/tests/local.at @@ -24,8 +24,6 @@ m4_pattern_allow([^m4_(define|shift)$]) # Programs this package provides AT_TESTED([autom4te autoconf autoheader autoupdate autoreconf ifnames]) -# Programs this package depends on -AT_TESTED([m4 perl]) ## ---------------- ##