From 5841c3fdfee4f72cbe68ef6e88dfb1eabc38651f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 15 May 2001 19:30:10 +0000 Subject: [PATCH] Check for strtoul. --- m4/ChangeLog | 4 ++++ m4/gettext.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2