]> git.ipfire.org Git - thirdparty/cups.git/commit
config-scripts: Fix --enable-libtool-unsupported 394/head
authororbea <orbea@riseup.net>
Wed, 11 May 2022 18:57:32 +0000 (11:57 -0700)
committerorbea <orbea@riseup.net>
Wed, 11 May 2022 19:08:28 +0000 (12:08 -0700)
commitfa192206d152f1eaeebe4b53b9fa3ba2c5d585c9
tree75ba4aaa612afa5897071db5aa537b9c6d5e16ce
parent498fd9f580a514a6e4fa3b469cbdf5bb38d4d625
config-scripts: Fix --enable-libtool-unsupported

When the LIBTOOL variable is set in the user's environment the build
will use libtool even when --enable-libtool-unsupported is not used.

This can lead to unexpected failures when LIBTOOL is set to rlibtool
rather than GNU libtool.

To solve this the build now relies on the enable_libtool_unsupported
varaiable set by --enable-libtool-unsupported.

Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=843638
config-scripts/cups-libtool.m4