summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-14 00:34:04 +0000
committerJim Meyering <jim@meyering.net>2004-11-14 00:34:04 +0000
commitefc10a49143ac6d8b68c5cd0aed347baa0cb1229 (patch)
tree7c03226cd7dca2abeb0f570abdcca6761952546a /m4/jm-macros.m4
parent17b50219bd552ddd6d70d68ff206936c40cb6123 (diff)
downloadcoreutils-efc10a49143ac6d8b68c5cd0aed347baa0cb1229.tar.xz
Do require gl_FUNC_FPENDING.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 63cbff3e4..3529e7643 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 77 -*- autoconf -*-
+#serial 78 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -59,6 +59,7 @@ AC_DEFUN([gl_MACROS],
AC_REQUIRE([gl_FUNC_GROUP_MEMBER])
AC_REQUIRE([gl_AFS])
AC_REQUIRE([gl_AC_FUNC_LINK_FOLLOWS_SYMLINK])
+ AC_REQUIRE([gl_FUNC_FPENDING])
# This is for od and stat, and any other program that
# uses the PRI.MAX macros from inttypes.h.