[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] musl + gettext 0.19.8.1
From: |
Daiki Ueno |
Subject: |
Re: [bug-gettext] musl + gettext 0.19.8.1 |
Date: |
Fri, 17 Jun 2016 17:29:35 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Hello,
Kylie McClain <address@hidden> 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