From b2fb4f539daacc3daf6e2a159959a2d35723156b Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 11 Nov 2021 19:41:05 -0800 Subject: [PATCH] configure: set gettext version --- .gitignore | 3 +++ autogen.sh | 2 ++ configure.ac | 3 +++ 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e82660b..b4331e6 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ conftest.* mstest.* *.cscope_file_list *.orig +ABOUT-NLS +intl +po diff --git a/autogen.sh b/autogen.sh index 8eea9b1..a547ed7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,6 +35,8 @@ fi automake --add-missing 2> /dev/null | true +autopoint + cd "$olddir" test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" diff --git a/configure.ac b/configure.ac index 325b300..33acf44 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,9 @@ AM_INIT_AUTOMAKE dnl Check for iconv AM_ICONV +dnf Set gettext version +AM_GNU_GETTEXT_VERSION([0.14]) + dnl Checks for programs. AC_PROG_CC AC_PROG_CXX -- libgit2 0.21.2