summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-06 22:44:14 +0000
committerJim Meyering <jim@meyering.net>2004-11-06 22:44:14 +0000
commit23b19be3235769ac46467ebe88cdda56a0d74884 (patch)
treef81ab49dd6888fc32668edc843d688162a135e8c /m4
parent078c89bb76b26922f4eb69de2cb46352e77b8400 (diff)
downloadcoreutils-23b19be3235769ac46467ebe88cdda56a0d74884.tar.xz
Don't require gl_FUNC_FPENDING.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 6a4e250dc..63cbff3e4 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 76 -*- autoconf -*-
+#serial 77 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -59,7 +59,6 @@ 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.