diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-31 06:13:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-31 06:13:25 +0000 |
commit | 3809452e3ecf2e7565c06369bdef0f5da63853b9 (patch) | |
tree | 6756f050b54278fce85b1f23613e1f77dfb998a5 /m4 | |
parent | 275c4eb2989c9deb7482f42b1a49c04a48410f9e (diff) | |
download | coreutils-3809452e3ecf2e7565c06369bdef0f5da63853b9.tar.xz |
(gl_CHECK_ALL_HEADERS): Check for priv.h.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 9625769b4..f9374cff2 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 87 -*- autoconf -*- +#serial 88 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -189,6 +189,7 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], mnttab.h \ netdb.h \ paths.h \ + priv.h \ stdlib.h \ stdint.h \ string.h \ |