[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: require Gettext 1.18.2, for compatibility with future aut
From: |
Stefano Lattarini |
Subject: |
[PATCH] build: require Gettext 1.18.2, for compatibility with future automake |
Date: |
Fri, 11 Jan 2013 15:01:49 +0100 |
This is necessary to have the gettext-provided m4 files to use
AC_PROG_MKDIR_P rather than AM_PROG_MKDIR_P. This latter macro,
planned to disappear in Automake 1.14, has already been removed
in the development version of Automake, so that, without this
change, grep fails to bootstrap with bleeding-edge Automake.
Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <address@hidden>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 78d5a79..5c93d04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,7 @@ AC_FUNC_CLOSEDIR_VOID
AC_CHECK_FUNCS_ONCE(isascii setlocale)
dnl I18N feature
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT_VERSION([0.18.2])
AM_GNU_GETTEXT([external])
dnl Some installers want to be informed if we do not use our regex.
--
1.8.1.rc3.192.g2d0029e
- [PATCH] build: require Gettext 1.18.2, for compatibility with future automake,
Stefano Lattarini <=