From: Mark Wooding Date: Sat, 9 May 2020 12:26:13 +0000 (+0100) Subject: configure.ac, vars.am: Use host-specific link options for test programs. X-Git-Tag: 2.4.5~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/aad774b289e65bc8f2045b8aa16f68e9d434a3cc?hp=aad774b289e65bc8f2045b8aa16f68e9d434a3cc configure.ac, vars.am: Use host-specific link options for test programs. It turns out that `libtool' spams an annoying warning message to the terminal every time you call it with `-no-install' on a Windowsish or Mac OSish system. Since this is just intended to be an optimization and developer-convenience feature, wind it down to `-no-fast-install' on the affected platforms so as not to provoke these really annoying messages. ---