From: Jim Meyering Date: Sun, 23 Jul 2000 15:27:11 +0000 (+0000) Subject: (jm_CHECK_DECLS): Check for declarations of these, too: X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644718b83ea639946b2da9d1785cd0c6fc002728;p=pspp (jm_CHECK_DECLS): Check for declarations of these, too: getgrgid, getpwuid, getuid. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index b53e013e60..b1e0a45828 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 14 +#serial 15 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -47,7 +47,10 @@ AC_DEFUN(jm_CHECK_DECLS, free, getenv, geteuid, + getgrgid getlogin, + getpwuid + getuid getutent, lseek, malloc,