From: Christian Göttsche Date: Fri, 5 Aug 2022 15:40:21 +0000 (+0200) Subject: configure.ac: bump gettext version X-Git-Tag: 4.12~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af76c25f77606aacbee9f0d111c1588b3041c6ca;p=thirdparty%2Fshadow.git configure.ac: bump gettext version Version 1.19.1 was released in June 2014. configure.ac:697: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed. configure.ac:697: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:697: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:780: AM_PROG_MKDIR_P is expanded from... m4/po.m4:23: AM_PO_SUBDIRS is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:697: the top level configure.ac:697: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:697: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/gettext.m4:365: gt_INTL_MACOSX is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:697: the top level configure.ac:697: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:697: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:697: the top level configure.ac:697: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:697: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/iconv.m4:20: AM_ICONV_LINK is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:697: the top level --- diff --git a/configure.ac b/configure.ac index b35ac85c5..ea2d86721 100644 --- a/configure.ac +++ b/configure.ac @@ -693,7 +693,7 @@ fi AC_DEFINE_UNQUOTED(SHELL, ["$SHELL"], [The default shell.]) -AM_GNU_GETTEXT_VERSION(0.16) +AM_GNU_GETTEXT_VERSION([0.19]) AM_GNU_GETTEXT([external], [need-ngettext]) AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")