summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-20 13:56:24 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-23 23:04:41 -0500
commit2cd42b7cd55b2713c7d6d976dc0791875ea7c3a5 (patch)
tree5f60ed17c9aa60ff26223f0f83364fc544025939
parent8abf08947ffd4b65bb9f1ae19c0129329eeafffc (diff)
downloadautomake-2cd42b7cd55b2713c7d6d976dc0791875ea7c3a5.tar.gz
tests: log autoconf & libtool version
Having these in the sysconf log can be helpful when triaging test failures from users. * t/get-sysconf.sh: Log autoconf & libtoolize version.
-rw-r--r--t/get-sysconf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh
index 77394ca82..51ec7f5d1 100644
--- a/t/get-sysconf.sh
+++ b/t/get-sysconf.sh
@@ -46,6 +46,11 @@ $PERL -V || st=1
# happen with older perl installation, or on MinGW/MSYS.
$PERL -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' || :
+$AUTOCONF --version
+$AUTOCONF --help
+libtoolize --version
+libtoolize --help
+
# It's OK if the selected Lex and Yacc programs don't know how to print
# the version number or the help screen; those are usually available only
# for Flex and Bison.