summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-08 22:56:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-08 22:56:17 +0000
commit648e937e89d85eac8b04494fb176e88b928c84d4 (patch)
tree8698d63e99ee4d376d755be5eab005a004906d8b /m4
parent6a0a1919c77b23b8d82e2bb8ecf133a2edf0332a (diff)
downloadcoreutils-648e937e89d85eac8b04494fb176e88b928c84d4.tar.xz
(gl_CHECK_ALL_HEADERS): Check for stropt.h.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/jm-macros.m41
2 files changed, 5 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index f729fb84c..9221299f2 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for stropt.h.
+
2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
* backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 96d1907d1..05a8437ae 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -196,6 +196,7 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS],
stdlib.h \
stdint.h \
string.h \
+ stropt.h \
sys/filsys.h \
sys/fs/s5param.h \
sys/fs_types.h \