mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Add AM_GNU_GETTEXT invocation. From Bruno Haible.
This commit is contained in:
parent
2cdfe01695
commit
83cd507cc7
1 changed files with 3 additions and 0 deletions
|
@ -637,6 +637,9 @@ AC_TRY_LINK([#include <gmp.h>],
|
||||||
[mpz_import (0, 0, 0, 0, 0, 0, 0);] , ,
|
[mpz_import (0, 0, 0, 0, 0, 0, 0);] , ,
|
||||||
[AC_MSG_ERROR([At least GNU MP 4.1 is required, see http://swox.com/gmp])])
|
[AC_MSG_ERROR([At least GNU MP 4.1 is required, see http://swox.com/gmp])])
|
||||||
|
|
||||||
|
dnl i18n tests
|
||||||
|
AM_GNU_GETTEXT([external], [need-ngettext])
|
||||||
|
|
||||||
### Some systems don't declare some functions. On such systems, we
|
### Some systems don't declare some functions. On such systems, we
|
||||||
### need to at least provide our own K&R-style declarations.
|
### need to at least provide our own K&R-style declarations.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue