diff options
-rw-r--r-- | m4/ChangeLog | 4 | ||||
-rw-r--r-- | m4/gettext.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 10b586d..e7cfe78 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-05-12 Paul Eggert <eggert@twinsun.com> + + * gettext.m4 (AM_GNU_GETTEXT): Add check for strtoul. + 2001-05-14 Bruno Haible <haible@clisp.cons.org> * gettext.m4 (AM_WITH_NLS): Create po/POTFILES right before diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 7aea84f..059df7c 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 |