]> git.ipfire.org Git - thirdparty/gettext.git/commit
autopoint: Respect AM_GNU_GETTEXT_REQUIRE_VERSION
authorDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 06:19:21 +0000 (15:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 06:42:48 +0000 (15:42 +0900)
commit50eae3f047204e270e0b70292810868c0dbf179c
tree585d0eb649113273f9b3ab0a8f95a9cca3a8d4f4
parent15363cca838ff1d69f6e3bfbb47ecfe90c0f5000
autopoint: Respect AM_GNU_GETTEXT_REQUIRE_VERSION

* gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT_REQUIRE_VERSION): New macro.
Bump serial to 67.
* gettext-tools/doc/autopoint.texi: Mention AM_GNU_GETTEXT_REQUIRE_VERSION.
* gettext-tools/misc/gettextize.in: Check if AM_GNU_GETTEXT_VERSION is
used.
* gettext-tools/misc/autopoint.in: Respect AM_GNU_GETTEXT_REQUIRE_VERSION.
* gettext-tools/tests/autopoint-2: Check AM_GNU_GETTEXT_REQUIRE_VERSION.
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4
gettext-tools/doc/ChangeLog
gettext-tools/doc/autopoint.texi
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in
gettext-tools/tests/ChangeLog
gettext-tools/tests/autopoint-2