1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

build: Use 'AM_GNU_GETTEXT_VERSION'.

* configure.ac: Add 'AM_GNU_GETTEXT_VERSION', as required by Autoconf 2.70.
This commit is contained in:
Ludovic Courtès 2021-02-06 22:13:24 +01:00
parent 56e3adefc9
commit 7f8149b4de

View file

@ -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.