summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-21 10:37:10 +0000
committerJim Meyering <jim@meyering.net>2000-10-21 10:37:10 +0000
commite45c3dba07f1bf4042c4d2d196dd33f1cce6c85f (patch)
tree0817d230213e6dfbf5686458b9d795cb7a2478e6 /m4/prereq.m4
parentbc6477ff72c71f1afd1c8d9ec37c04e7c6bf9807 (diff)
downloadcoreutils-e45c3dba07f1bf4042c4d2d196dd33f1cce6c85f.tar.xz
(jm_PREREQ_DIRNAME): New macro.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m49
1 files changed, 8 insertions, 1 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index bd37b79b4..9734514a4 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 11
+#serial 12
dnl These are the prerequisite macros for files in the lib/
dnl directories of the fileutils, sh-utils, and textutils packages.
@@ -7,6 +7,7 @@ AC_DEFUN(jm_PREREQ,
[
jm_PREREQ_ADDEXT
jm_PREREQ_CANON_HOST
+ jm_PREREQ_DIRNAME
jm_PREREQ_ERROR
jm_PREREQ_GETPAGESIZE
jm_PREREQ_HUMAN
@@ -39,6 +40,12 @@ AC_DEFUN(jm_PREREQ_CANON_HOST,
netinet/in.h arpa/inet.h)
])
+AC_DEFUN(jm_PREREQ_DIRNAME,
+[
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS(string.h)
+])
+
# If you use human.c, you need the following files:
# uintmax_t.m4 inttypes_h.m4 ulonglong.m4
AC_DEFUN(jm_PREREQ_HUMAN,