[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#941778: popt: Gettext version increase (musl, rebootstrap) (PATCH)



Source: popt
Severity: normal
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap


Bump gettext version to one which checks gettext compatibility
without using GNU gettext internal symbols, for building popt
with musl.


--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,8 @@ AC_CHECK_FUNC(setreuid, [], [
 AC_CHECK_FUNCS(getuid geteuid iconv mtrace __secure_getenv secure_getenv setregid stpcpy strerror vasprintf srandom)
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.19.3)
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.19.8)
+AM_GNU_GETTEXT_VERSION(0.19.6)
 AM_ICONV_LINK
 
 popt_sysconfdir="${sysconfdir}"


Reply to: