summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-23 10:13:25 +0000
committerJim Meyering <jim@meyering.net>2000-01-23 10:13:25 +0000
commit46980c56e02701799b95720ab5b47afb28db3304 (patch)
tree078080a3ab97ce1d1198a4cb32888b00c6c651a4 /m4
parent86f00ce878ff346caea162c162c98b39bffcf9f8 (diff)
downloadcoreutils-46980c56e02701799b95720ab5b47afb28db3304.tar.xz
(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m434
1 files changed, 34 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 888a37122..2f69dfd1f 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -129,6 +129,40 @@ AC_DEFUN(jm_MACROS,
AC_CHECK_FUNCS(clock_gettime)
AC_CHECK_FUNCS(gettimeofday)
+ AC_REQUIRE([AC_FUNC_CLOSEDIR_VOID])
+ AC_REQUIRE([jm_FUNC_UTIME])
+
+ AC_CHECK_FUNCS( \
+ acl \
+ bcopy \
+ endgrent \
+ endpwent \
+ fchdir \
+ fdatasync \
+ fseeko \
+ ftime \
+ ftruncate \
+ getcwd \
+ gethrtime \
+ getmntinfo \
+ hasmntopt \
+ isascii \
+ lchown \
+ listmntent \
+ localeconv \
+ memcpy \
+ mempcpy \
+ mkfifo \
+ realpath \
+ resolvepath \
+ sethostname \
+ strchr \
+ strerror \
+ strrchr \
+ sysinfo \
+ tzset \
+ )
+
AM_FUNC_GETLINE
if test $am_cv_func_working_getline != yes; then
AC_CHECK_FUNCS(getdelim)