mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Do use AM_GNU_GETTEXT, since gettextize is not run
with autoconf 2.59.
This commit is contained in:
parent
05d7cf8991
commit
b6540274ad
1 changed files with 7 additions and 7 deletions
14
configure.in
14
configure.in
|
@ -638,13 +638,13 @@ AC_TRY_LINK([#include <gmp.h>],
|
||||||
[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
|
dnl i18n tests
|
||||||
AC_CHECK_HEADERS([libintl.h])
|
#AC_CHECK_HEADERS([libintl.h])
|
||||||
AC_CHECK_FUNCS(gettext)
|
#AC_CHECK_FUNCS(gettext)
|
||||||
if test $ac_cv_func_gettext = no; then
|
#if test $ac_cv_func_gettext = no; then
|
||||||
AC_CHECK_LIB(intl, gettext)
|
# AC_CHECK_LIB(intl, gettext)
|
||||||
fi
|
#fi
|
||||||
AC_CHECK_FUNCS([bindtextdomain textdomain])
|
#AC_CHECK_FUNCS([bindtextdomain textdomain])
|
||||||
#AM_GNU_GETTEXT([external], [need-ngettext])
|
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