Use jm_CHECK_TYPE_STRUCT_UTIMBUF, renamed from jm_STRUCT_UTIMBUF.
authorJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 21:39:28 +0000 (21:39 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 21:39:28 +0000 (21:39 +0000)
m4/utime.m4

index 9fb587c..ea3980a 100644 (file)
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
 
 dnl From Jim Meyering
 dnl Replace the utime function on systems that need it.
@@ -8,7 +8,7 @@ dnl FIXME
 AC_DEFUN(jm_FUNC_UTIME,
 [
   AC_CHECK_HEADERS(utime.h)
-  AC_REQUIRE([jm_STRUCT_UTIMBUF])
+  AC_REQUIRE([jm_CHECK_TYPE_STRUCT_UTIMBUF])
   AC_REQUIRE([AC_FUNC_UTIME_NULL])
 
   if test $ac_cv_func_utime_null = no; then