]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
testsuite: log version of M4 and Perl
authorZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:14:19 +0000 (11:14 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:14:19 +0000 (11:14 -0500)
Jannick reported problems on OSX for which the most plausible
explanation is that the system-provided M4 is emitting error messages
with different line numbers than we expect, perhaps because Apple
froze their copy of GNU M4 to the last GPLv2 release.  To test this
hypothesis, add $PERL and $M4 to AT_TESTED in our testsuite.

* tests/atlocal.in: Also set $M4 from configure.
* tests/local.at: Add AT_TESTED([$PERL $M4]).

tests/atlocal.in
tests/local.at

index 3c436cd9394a860e18cf6a5fd7fdbba3c3f24f1a..241e3030f80eca56cb1c4038f552f26891fbced4 100644 (file)
@@ -21,6 +21,7 @@
 AWK='@AWK@'
 EGREP='@EGREP@'
 GREP='@GREP@'
+M4='@M4@'
 PERL='@PERL@'
 SED='@SED@'
 
index 6062bcfad266a3ac2ae7e00ddd3e544d5eb62588..536f9a54af527a376b11fe91b8dd882dac1ff133 100644 (file)
@@ -24,6 +24,9 @@ m4_pattern_allow([^m4_(define|shift)$])
 # Programs this package provides
 AT_TESTED([autom4te autoconf autoheader autoupdate autoreconf ifnames])
 
+# System-provided programs that this package relies on
+AT_TESTED([$PERL $M4])
+
 # Enable colored test output.
 AT_COLOR_TESTS