]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Port 'make check' to platforms lacking libtool
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Mar 2023 18:48:02 +0000 (11:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Mar 2023 19:16:18 +0000 (12:16 -0700)
* t/get-sysconf.sh: Don’t fail if libtoolize is missing.

t/get-sysconf.sh

index 016e6049193857938d0937867b81715f9d351eef..f448e85852dc5a3907849d8de0d9bae342262a96 100644 (file)
@@ -48,8 +48,10 @@ $PERL -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' || :
 
 $AUTOCONF --version
 $AUTOCONF --help
-libtoolize --version
-libtoolize --help
+
+# It's OK if libtool is missing, as the relevant tests skip.
+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