Hi,
I am trying to use the gettext built into musl-libc for programs
which use autoconf+automake for building. I know the program in
question (hunspell) supports musl's gettext, but the issue is that
whenever I run ./configure, it insists on using the included gettext,
rather than musl's built in
Follow-up Comment #1, bug #46436 (project gettext):
Also, musl+gettext utilities satisfies gt_cv_func_gnugettext3_libc anyway.
Additional references:
- http://lists.gnu.org/archive/html/bug-gettext/2015-04/msg2.html
- https://bugs.debian.org/786885
___
Hi,
I was under the impression that with the new gettext version, gettext
should be properly detected as being in the libc now; however, even upon
regenerating ./configure scripts of projects using the autoconf gettext macros,
the detection doesn't get updated and it still gets detected as not bei
On Fri, Jun 17, 2016 at 4:29 AM, Daiki Ueno wrote:
> Hello,
>
> Kylie McClain writes:
>
>> I was under the impression that with the new gettext version, gettext
>> should be properly detected as being in the libc now; however, even upon
>> regenerating ./configure