On Fri, Jun 17, 2016 at 4:29 AM, Daiki Ueno <u...@gnu.org> wrote: > Hello, > > Kylie McClain <somasissou...@gmail.com> 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 scripts of projects using the autoconf gettext >> macros, >> the detection doesn't get updated and it still gets detected as not being in >> the libc, as with previous gettext versions. Is there something I'm doing >> wrong? > > I suspect that your copied gettext m4 files are overwritten by > autoreconf, when regenerating ./configure. To avoid that, you could do: > > - skip the autopoint invocation by autoreconf, by: > AUTOPOINT=true ./autoreconf ..., or > - update AM_GNU_GETTEXT_VERSION to 0.19.8, either by hand or by > gettextize > > Regards, > -- > Daiki Ueno
Looks using gettextize works. Shame that gettextize isn't non-interactive though :(