summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.