Do not force gettext 0.21 for autoreconf
commit962124a320a11b19bcb5d112887a748c27cc9b64
authorPetr Písař <petr.pisar@atlas.cz>
Mon, 1 Mar 2021 13:53:11 +0000 (1 14:53 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Mon, 1 Mar 2021 13:53:11 +0000 (1 14:53 +0100)
tree09607efa6030c9a9060e72f7a975412c117b1492
parent9ec5b65bfcf278652d1e95378bcfd2353b3ec2aa
Do not force gettext 0.21 for autoreconf

AM_GNU_GETTEXT_VERSION() insists on exact match with system gettext.
This breaks autoreconf on systems with an older gettext.
AM_GNU_GETTEXT_REQUIRE_VERSION() is for specifying a minimal version.
But then Autoconf warns on missing AM_GNU_GETTEXT_VERSION(). So keep
both of them. A side effect is that autopoint invoked by autorconf
notifies that both macros exists. That seems harmless.
configure.ac