[bug-gettext] gettext.m4 and musl-libc

2015-11-13 Thread Kylie McClain
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

[bug-gettext] [bug #46436] gettext.m4 does not detect musl-libc's gettext implementation

2015-11-13 Thread Kylie McClain
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 ___

[bug-gettext] musl + gettext 0.19.8.1

2016-06-16 Thread Kylie McClain
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

Re: [bug-gettext] musl + gettext 0.19.8.1

2016-06-19 Thread Kylie McClain
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