summaryrefslogtreecommitdiff
path: root/m4/utimbuf.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-04 17:13:58 +0000
committerJim Meyering <jim@meyering.net>2000-01-04 17:13:58 +0000
commit82ca413ae4d1998d68d93d1b99537db67387195b (patch)
tree516474d7135842bd6e7c61ed80f0935a365df74c /m4/utimbuf.m4
parent0d30a49178beb2497252548a4c73904c41e66f5d (diff)
downloadcoreutils-82ca413ae4d1998d68d93d1b99537db67387195b.tar.xz
(jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from jm_STRUCT_UTIMBUF.
Diffstat (limited to 'm4/utimbuf.m4')
-rw-r--r--m4/utimbuf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimbuf.m4 b/m4/utimbuf.m4
index 14d777259..590a8a6ef 100644
--- a/m4/utimbuf.m4
+++ b/m4/utimbuf.m4
@@ -6,7 +6,7 @@ dnl Define HAVE_STRUCT_UTIMBUF if `struct utimbuf' is declared --
dnl usually in <utime.h>.
dnl Some systems have utime.h but don't declare the struct anywhere.
-AC_DEFUN(jm_STRUCT_UTIMBUF,
+AC_DEFUN(jm_CHECK_TYPE_STRUCT_UTIMBUF,
[
AC_CHECK_HEADERS(utime.h)
AC_REQUIRE([AC_HEADER_TIME])