summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-09 16:59:35 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-09 16:59:35 +0000
commitfbb436b3f842904e6617040a8614d0b068fd662b (patch)
tree73ca4ec7ed6ce4753b7e11b8bd0767b5cdd66c04 /m4/jm-macros.m4
parentcb052e4f6cc723bc408f32963e921705f3286c94 (diff)
downloadcoreutils-fbb436b3f842904e6617040a8614d0b068fd662b.tar.xz
Update from gnulib.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 833cbc9c6..b07f3330e 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 99 -*- autoconf -*-
+#serial 100 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -231,8 +231,6 @@ AC_DEFUN([gl_CHECK_ALL_TYPES],
AC_REQUIRE([AC_C_LONG_DOUBLE])
AC_REQUIRE([gl_CHECK_ALL_HEADERS])
- AC_REQUIRE([AC_HEADER_DIRENT])
- AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_MEMBERS(
[struct stat.st_author,
struct stat.st_blksize],,,
@@ -265,6 +263,4 @@ AC_DEFUN([gl_CHECK_ALL_TYPES],
AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
AC_REQUIRE([AC_HEADER_MAJOR])
- AC_REQUIRE([AC_HEADER_DIRENT])
-
])