projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e3ade
)
build: Use 'AM_GNU_GETTEXT_VERSION'.
author
Ludovic Courtès
<ludo@gnu.org>
Sat, 6 Feb 2021 21:13:24 +0000
(22:13 +0100)
committer
Ludovic Courtès
<ludo@gnu.org>
Sat, 6 Feb 2021 21:13:24 +0000
(22:13 +0100)
* configure.ac: Add 'AM_GNU_GETTEXT_VERSION', as required by Autoconf 2.70.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8166a56e8049f5fc069960a1db5724de20142064..271ac3c2debaab3777a9d85448d25927fc0665f8 100644
(file)
--- 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.