diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:59:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:59:55 +0000 |
commit | e5801001a3579f1398ec7a27da125ffd083d4125 (patch) | |
tree | 651e9d45db79e4401b76f207f2c1519e3ae446ce | |
parent | 5a02b1d90738d25f6015bbc69aa2de8f90663056 (diff) | |
download | coreutils-e5801001a3579f1398ec7a27da125ffd083d4125.tar.xz |
no longer needed.
(gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h,
netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h,
sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h,
sys/timeb.h, unistd.h. No longer needed.
-rw-r--r-- | m4/jm-macros.m4 | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 281058c41..0d25b5bf7 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 92 -*- autoconf -*- +#serial 93 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -177,45 +177,25 @@ AC_DEFUN([gl_MACROS], AC_REQUIRE([gl_ROOT_DEV_INO]) AC_REQUIRE([gl_VERSION_ETC]) AC_REQUIRE([gl_DIACRIT]) - AC_REQUIRE([gl_FUNC_XANSTRFTIME]) ]) -# These tests must be run before any use of AC_CHECK_TYPE, -# because that macro compiles code that tests e.g., HAVE_UNISTD_H. -# See the definition of ac_includes_default in `configure'. AC_DEFUN([gl_CHECK_ALL_HEADERS], [ AC_CHECK_HEADERS_ONCE( \ hurd.h \ - memory.h \ - mntent.h \ - mnttab.h \ - netdb.h \ paths.h \ priv.h \ - stdlib.h \ - stdint.h \ - string.h \ stropts.h \ - sys/filsys.h \ - sys/fs/s5param.h \ - sys/fs_types.h \ - sys/fstyp.h \ sys/ioctl.h \ - sys/mntent.h \ sys/param.h \ sys/resource.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 \ ) AC_CHECK_HEADERS(sys/mount.h sys/sysctl.h, [], [], |