automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: tests: log autoconf & libtool v


From: Mike Frysinger
Subject: [automake-commit] branch master updated: tests: log autoconf & libtool version
Date: Wed, 23 Feb 2022 23:28:15 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=2cd42b7cd55b2713c7d6d976dc0791875ea7c3a5

The following commit(s) were added to refs/heads/master by this push:
     new 2cd42b7cd tests: log autoconf & libtool version
2cd42b7cd is described below

commit 2cd42b7cd55b2713c7d6d976dc0791875ea7c3a5
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Feb 20 13:56:24 2022 -0500

    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.
---
 t/get-sysconf.sh | 5 +++++
 1 file changed, 5 insertions(+)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]