[msitools: 1/2] build-sys: do not require latest version of gettext



commit 026281dbd6a0810a3c7f9fc17d762f3e2a201baa
Author: Alberto Mardegan <mardy users sourceforge net>
Date:   Thu Oct 26 23:12:58 2017 +0300

    build-sys: do not require latest version of gettext
    
    The project builds fine even with gettext 0.19.7, which is the latest
    gettext available in Ubuntu 16.04; given that this is an LTS, it makes
    sense to support it.
    
    Signed-off-by: Alberto Mardegan <mardy users sourceforge net>

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 877f00e..9c0a961 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 0.23.0
 GETTEXT_PACKAGE=AC_PACKAGE_TARNAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package])
-AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_VERSION([0.19.7])
 AM_GNU_GETTEXT([external])
 
 gl_MANYWARN_ALL_GCC([warnings])


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