]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoreconf: don’t error out when AM_GNU_GETTEXT is used alone.
authorZack Weinberg <zackw@panix.com>
Mon, 4 Jan 2021 22:27:37 +0000 (17:27 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 4 Jan 2021 22:27:37 +0000 (17:27 -0500)
commit66fdaea3cfb4e758212c1891913e9a59441d49af
treef3e6acabef85a61382e6155ad5d2372d3c28f5d7
parentfbcc365d41f5c3c2057a5e4f7ee7bd775bb5563f
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.)
bin/autoreconf.in