]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Check for strtoul.
authorBruno Haible <bruno@clisp.org>
Tue, 15 May 2001 19:30:10 +0000 (19:30 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:48 +0000 (16:35 +0200)
m4/ChangeLog
m4/gettext.m4

index 10b586de5417841297d3d4bba1bb3d0792ba7786..e7cfe78b19507c99f17840d40093236e5c53ac88 100644 (file)
@@ -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
index 7aea84f4c1ef34106f39e3946108b518fe56ef5d..059df7c9f26a4cbab053102c850e0358d0bf7b37 100644 (file)
@@ -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