[bug#54073] [PATCH] tests: log autoconf & libtool version

2022-02-20 Thread Mike Frysinger
On 20 Feb 2022 15:25, Karl Berry wrote: > +$AUTOCONF --version > +$AUTOCONF --help > +libtoolize --version > +libtoolize --help > > Sure, all to the good. > > Do we already log the automake version? i don't think so. why would we care about the version installed in the host syst

[bug#54073] [PATCH] tests: log autoconf & libtool version

2022-02-20 Thread Karl Berry
+$AUTOCONF --version +$AUTOCONF --help +libtoolize --version +libtoolize --help Sure, all to the good. Do we already log the automake version? What log is this, anyway :)?

[bug#54073] [PATCH] tests: log autoconf & libtool version

2022-02-20 Thread Mike Frysinger
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 77394ca82e0d..51ec7f5d1f23 100644 -