1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Add AM_GNU_GETTEXT invocation. From Bruno Haible.

This commit is contained in:
Marius Vollmer 2004-09-22 21:53:07 +00:00
parent 2cdfe01695
commit 83cd507cc7

View file

@ -637,6 +637,9 @@ AC_TRY_LINK([#include <gmp.h>],
[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])])
dnl i18n tests
AM_GNU_GETTEXT([external], [need-ngettext])
### Some systems don't declare some functions. On such systems, we
### need to at least provide our own K&R-style declarations.