mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 10:38:52 +00:00
build: Require gettext 0.19.8 or newer, not the exactly that version
This commit is contained in:
parent
a27f85f1ee
commit
7a6d4b9bc1
@ -79,7 +79,11 @@ PKG_PROG_PKG_CONFIG
|
|||||||
# i18n
|
# i18n
|
||||||
|
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
# FIXME: Remove AM_GNU_GETTEXT_VERSION once autoreconf supports REQUIRE_VERSION
|
||||||
AM_GNU_GETTEXT_VERSION([0.19.8])
|
AM_GNU_GETTEXT_VERSION([0.19.8])
|
||||||
|
m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION],[
|
||||||
|
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
|
||||||
|
])
|
||||||
|
|
||||||
GETTEXT_PACKAGE=libsecret
|
GETTEXT_PACKAGE=libsecret
|
||||||
AC_SUBST([GETTEXT_PACKAGE])
|
AC_SUBST([GETTEXT_PACKAGE])
|
||||||
|
Loading…
Reference in New Issue
Block a user