From: Bruno Haible Date: Tue, 15 May 2001 19:30:10 +0000 (+0000) Subject: Check for strtoul. X-Git-Tag: v0.10.38~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5841c3fdfee4f72cbe68ef6e88dfb1eabc38651f;p=thirdparty%2Fgettext.git Check for strtoul. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 10b586de5..e7cfe78b1 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-05-12 Paul Eggert + + * gettext.m4 (AM_GNU_GETTEXT): Add check for strtoul. + 2001-05-14 Bruno Haible * gettext.m4 (AM_WITH_NLS): Create po/POTFILES right before diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 7aea84f4c..059df7c9f 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -285,7 +285,7 @@ AC_DEFUN([AM_GNU_GETTEXT], stdlib.h string.h unistd.h sys/param.h]) AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \ -strdup tsearch __argz_count __argz_stringify __argz_next]) +strdup strtoul tsearch __argz_count __argz_stringify __argz_next]) AM_ICONV AM_LANGINFO_CODESET