diff options
author | Zack Weinberg <zackw@panix.com> | 2021-01-04 17:27:37 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2021-01-04 17:41:09 -0500 |
commit | 35b1708c3961dce31e4ce43014e71d77aa4b5e31 (patch) | |
tree | 88bfd2799238dd47b0a5923b9f0132dc6364f40e /lib/m4sugar | |
parent | bef282971ce1ad6a13b8fac57a9b45a88ec5e61d (diff) | |
download | autoconf-35b1708c3961dce31e4ce43014e71d77aa4b5e31.tar.gz |
autoreconf: don’t error out when AM_GNU_GETTEXT is used alone.
Some projects intentionally don't call AM_GNU_GETTEXT_(REQUIRE_)VERSION
because they have all of the gettext infrastructure checked into version
control and they want autoreconf to _not_ run autopoint. Therefore, make
the “AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_(REQUIRE_)VERSION”
and “AM_GNU_GETTEXT_(REQUIRE_)VERSION is used, but not AM_GNU_GETTEXT”
diagnostics be warnings again, as they were in 2.69.
(Technically these diagnostics were always errors, in the sense that
they were reported with a call to Autom4te::Channels::error(), but
prior to 2.70, error() calls made by autoreconf did not cause
autoreconf to exit unsuccessfully, due to an unrelated bug. So people
came to depend on these diagnostics not being fatal.)
Diffstat (limited to 'lib/m4sugar')
0 files changed, 0 insertions, 0 deletions