From: Karel Zak Date: Fri, 21 Mar 2014 09:30:22 +0000 (+0100) Subject: build-sys: gettexts 0.18 -> 0.18.2 due to MKDIR_P X-Git-Tag: v2.25-rc1~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0576dbd3;p=thirdparty%2Futil-linux.git build-sys: gettexts 0.18 -> 0.18.2 due to MKDIR_P The autopoint is designed to not use the latest installed bug fix release, if you specify AM_GNU_GETTEXT_VERSION([0.18]) in your configure.ac then it really uses 0.18, rather than also installed 0.18.2 or 0.18.3. It means that bug fix update has no any effect. Oh... The AM_PROG_MKDIR_P is deprecated for years, unfortunately still used in 0.18 gettext m4 stuff. This problem should be fixed in 0.18.2 where is the correct AC_PROG_MKDIR_P macro. If you do not have gettext 0.18.2 (or 0.18.3) then update. Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 9d792317bc..f87d7fb5a2 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ UL_SET_ARCH([HPPA], [hppa*]) AC_SYS_LARGEFILE -AM_GNU_GETTEXT_VERSION([0.18]) +AM_GNU_GETTEXT_VERSION([0.18.2]) AM_GNU_GETTEXT([external]) AS_IF([test -d "$srcdir/po"], [