summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \