Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-25 Thread Eli Schwartz
On 1/25/21 10:29 AM, Zack Weinberg wrote: On Mon, Jan 25, 2021 at 10:23 AM Eli Schwartz wrote: On 1/4/21 5:42 PM, Zack Weinberg wrote: I think what this project actually wants, at least for right now, is to not run autopoint. To make that possible again, I have demoted the "AM_GNU_GETTEXT is

Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-25 Thread Zack Weinberg
On Mon, Jan 25, 2021 at 10:23 AM Eli Schwartz wrote: > > On 1/4/21 5:42 PM, Zack Weinberg wrote: > > I think what this project actually wants, at least for right now, is > > to not run autopoint. To make that possible again, I have demoted the > > "AM_GNU_GETTEXT is used, but not > > AM_GNU_GETTE

Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-25 Thread Eli Schwartz
On 1/4/21 5:42 PM, Zack Weinberg wrote: I think what this project actually wants, at least for right now, is to not run autopoint. To make that possible again, I have demoted the "AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION" message to a warning. The fix is on development trunk as co

Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-04 Thread Zack Weinberg
On Mon, Jan 4, 2021 at 6:29 PM Eli Schwartz wrote: > On 1/4/21 5:42 PM, Zack Weinberg wrote: > > I think what this project actually wants, at least for right now, is > > to not run autopoint. To make that possible again, I have demoted the > > "AM_GNU_GETTEXT is used, but not > > AM_GNU_GETTEXT_V

Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-04 Thread Eli Schwartz
On 1/4/21 5:42 PM, Zack Weinberg wrote: However, the "AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_(REQUIRE_)VERSION” diagnostic _did_ get promoted from a warning to an error in 2.70. This changed because of an unrelated bug fix: this particular diagnostic has always been issued via the "Autom

Re: Confusing behavior with autoreconf and gettext in the openzfs project

2021-01-04 Thread Zack Weinberg
On Mon, Dec 28, 2020 at 6:31 PM Eli Schwartz wrote: > > On autoconf 2.69, this project: https://github.com/openzfs/zfs > logs the message: > > autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not > AM_GNU_GETTEXT_VERSION > > But succeeds. > > With the update to autoconf 2.70, it instead logs: