configure.ac, vars.am: Use host-specific link options for test programs.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 12:26:13 +0000 (13:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 12:35:40 +0000 (13:35 +0100)
commitaad774b289e65bc8f2045b8aa16f68e9d434a3cc
tree5d166590e5e8fcff57e66411d855ca6cf287cf06
parentd49bdecf5f8d61fece826560a741c21e4f14bcd7
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.
configure.ac
vars.am