summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 22:08:08 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 22:08:08 +0000
commit570080ef25726e84de03a758d5152a445205b1aa (patch)
tree8db2f1645589e42b2dab173a33e0af139fd14b87 /m4
parent595bfc8a833fea6911d9846fee31386efab3cfb5 (diff)
downloadcoreutils-570080ef25726e84de03a758d5152a445205b1aa.tar.xz
Merge the three lists of headers.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m449
1 files changed, 35 insertions, 14 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index cc111f074..da8a7a763 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -14,21 +14,42 @@ AC_DEFUN(jm_MACROS,
dnl This macro actually runs replacement code. See isc-posix.m4.
AC_REQUIRE([AC_ISC_POSIX])dnl
- AC_CHECK_HEADERS(string.h fcntl.h limits.h sys/time.h sys/timeb.h \
- errno.h unistd.h stdlib.h \
- sys/param.h sys/statfs.h sys/fstyp.h mnttab.h mntent.h utime.h \
- sys/statvfs.h sys/vfs.h sys/mntent.h sys/mount.h sys/filsys.h \
- sys/fs_types.h \
+ AC_CHECK_HEADERS( \
+ errno.h \
+ fcntl.h \
+ fenv.h \
+ float.h \
+ limits.h \
+ memory.h \
+ mntent.h \
+ mnttab.h \
+ netdb.h \
+ paths.h \
+ stdlib.h \
+ string.h \
sys/acl.h \
- sys/wait.h sys/ioctl.h sys/fs/s5param.h termios.h values.h)
-
- AC_CHECK_HEADERS(fcntl.h fenv.h float.h limits.h netdb.h \
- stdlib.h string.h sys/param.h \
- sys/socket.h sys/systeminfo.h sys/time.h sys/timeb.h \
- syslog.h unistd.h paths.h termios.h)
-
- AC_CHECK_HEADERS(fcntl.h float.h limits.h memory.h stdlib.h string.h \
- unistd.h values.h)
+ sys/filsys.h \
+ sys/fs/s5param.h \
+ sys/fs_types.h \
+ sys/fstyp.h \
+ sys/ioctl.h \
+ sys/mntent.h \
+ sys/mount.h \
+ sys/param.h \
+ sys/socket.h \
+ sys/statfs.h \
+ sys/statvfs.h \
+ sys/systeminfo.h \
+ sys/time.h \
+ sys/timeb.h \
+ sys/vfs.h \
+ sys/wait.h \
+ syslog.h \
+ termios.h \
+ unistd.h \
+ utime.h \
+ values.h \
+ )
jm_INCLUDED_REGEX([lib/regex.c])