]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: log autoconf & libtool version
authorMike Frysinger <vapier@gentoo.org>
Sun, 20 Feb 2022 18:56:24 +0000 (13:56 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Feb 2022 04:04:41 +0000 (23:04 -0500)
Having these in the sysconf log can be helpful when triaging test
failures from users.

* t/get-sysconf.sh: Log autoconf & libtoolize version.

t/get-sysconf.sh

index 77394ca82e0d6374879b571cd20b720366a7667f..51ec7f5d1f2396cb5d04e1157e7679b14e6a1f45 100644 (file)
@@ -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.