From: Ralf Wildenhues Date: Sun, 18 Nov 2007 16:24:56 +0000 (+0100) Subject: * tests/local.at: Do not test m4, perl with AT_TESTED. X-Git-Tag: v2.62~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff5f1c99886dc1e3cd76fe5e49dd7173b05084e;p=thirdparty%2Fautoconf.git * tests/local.at: Do not test m4, perl with AT_TESTED. --- 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]) ## ---------------- ##