kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=60a3937341fb8661e4dcbd8a2420254f7d5c7562

commit 60a3937341fb8661e4dcbd8a2420254f7d5c7562
Author: Kim Woelders <k...@woelders.dk>
Date:   Fri Jun 19 19:41:00 2020 +0200

    configure.ac: Avoid trouble with missing AM_LANGINFO_CODESET
    
    Use gettext 0.19.
    
    gettext 0.20 apparently doesn't have AM_LANGINFO_CODESET - sort that out
    some other day.
---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1da8a26c..5942e6a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,10 +58,10 @@ AM_ICONV
 AM_LANGINFO_CODESET
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18])
-m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION], [
-AM_GNU_GETTEXT_REQUIRE_VERSION([0.18])
-])
+AM_GNU_GETTEXT_VERSION([0.19])
+#m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION], [
+#AM_GNU_GETTEXT_REQUIRE_VERSION([0.19])
+#])
 
 AC_CHECK_FUNCS([clock_gettime], [have_clock_gettime=yes],
   [AC_CHECK_LIB([rt], [clock_gettime], [have_clock_gettime=-lrt],

-- 


Reply via email to