guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated: build: Use 'AM_GNU_GETTEXT_VERSIO


From: Ludovic Courtès
Subject: [Guile-commits] branch master updated: build: Use 'AM_GNU_GETTEXT_VERSION'.
Date: Sat, 06 Feb 2021 17:17:43 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new 7f8149b  build: Use 'AM_GNU_GETTEXT_VERSION'.
7f8149b is described below

commit 7f8149b4de16fba955e2c3bb1ca71e49a62ac95d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Feb 6 22:13:24 2021 +0100

    build: Use 'AM_GNU_GETTEXT_VERSION'.
    
    * configure.ac: Add 'AM_GNU_GETTEXT_VERSION', as required by Autoconf 2.70.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 8166a56..271ac3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -704,6 +704,7 @@ dnl i18n tests
 #fi
 #AC_CHECK_FUNCS([bindtextdomain textdomain])
 AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT_VERSION([0.18.1])
 
 ### Some systems don't declare some functions.  On such systems, we
 ### need to at least provide our own K&R-style declarations.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]