]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/local.at: Do not test m4, perl with AT_TESTED.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Nov 2007 16:24:56 +0000 (17:24 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Nov 2007 16:24:56 +0000 (17:24 +0100)
ChangeLog
tests/local.at

index 9eadbdef0a18df7cee5259a816c1d718813ccd55..d1f20c1c1a3d777a651059cc0324293257c82715 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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
index 298dfbab87c7e3675339f3610a773a802ea28ef0..b17fff3bc9448434a22e98d90b28b80cde0dc7bf 100644 (file)
@@ -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])
 
 
 ## ---------------- ##