From fbfaf66178e127b99544a03ffb81f9404b17d23f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 28 2017 18:40:08 +0000 Subject: Bump gettext version to avoid warning Per ticket #64, bump the version of gettext that we specify in the AM_GNU_GETTEXT_VERSION macro call in configure.am to avoid warnings about $(MKDIR_P). Signed-off-by: Nalin Dahyabhai --- diff --git a/configure.ac b/configure.ac index 1be5eda..c1d37d9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_RANLIB AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.17) +AM_GNU_GETTEXT_VERSION(0.19) AM_ICONV ALL_LINGUAS="`ls -1 $srcdir/po/*.po | xargs -n 1 basename | xargs -n 1 -I'{}' basename '{}' .po`" if test x$GCC = xyes ; then