From: Paul Eggert Date: Fri, 8 Jul 2005 22:56:17 +0000 (+0000) Subject: (gl_CHECK_ALL_HEADERS): Check for stropt.h. X-Git-Tag: CPPI-1_12~288 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=648e937e89d85eac8b04494fb176e88b928c84d4;p=thirdparty%2Fcoreutils.git (gl_CHECK_ALL_HEADERS): Check for stropt.h. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index f729fb84c4..9221299f27 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Paul Eggert + + * jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for stropt.h. + 2005-07-07 Paul Eggert * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 96d1907d1e..05a8437ae8 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 \