4 dnl Replace the utime function on systems that need it.
8 AC_DEFUN([jm_FUNC_UTIME],
10 AC_CHECK_HEADERS(utime.h)
11 AC_REQUIRE([jm_CHECK_TYPE_STRUCT_UTIMBUF])
12 AC_REQUIRE([AC_FUNC_UTIME_NULL])
14 if test $ac_cv_func_utime_null = no; then
16 AC_REPLACE_FUNCS(utime)