intl: turn LIBINTL into -L / -l form
authorNick Alcock <nick.alcock@oracle.com>
Thu, 4 Feb 2021 16:58:35 +0000 (16:58 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 10 Feb 2021 15:26:57 +0000 (15:26 +0000)
commitaee224d6434c08a1404a4357cf0a664a4c2f02eb
treeae84718b1c020c560b06f3a8d965b3e90dd299f3
parent53d4244ec0ac70438d75abf3326cb3392bb9c828
intl: turn LIBINTL into -L / -l form

This variable currently refers directly, not to a .la file, but to an .a
file.  This produces wrong results when building into a library on some
platforms: so convert it to the general form "-L${top_builddir}../intl
-lintl ..." ... so that both libtool and non-libtool builds will always
do the right thing for both static and shared links.

intl/ChangeLog
2021-02-04  Nick Alcock  <nick.alcock@oracle.com>

* configure.ac (LIBINTL): Transform into -L/-lintl form.
* configure: Regenerate.
intl/ChangeLog
intl/configure
intl/configure.ac
This page took 0.02407 seconds and 4 git commands to generate.