diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-28 13:20:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-28 13:20:20 +0000 |
commit | 3942f87ee35308927003bb7243ce54e925f971d9 (patch) | |
tree | b21cc901b32f43053af147ab43ca66b3ec770ce9 /m4 | |
parent | 9d07c1872f38ef381600c311b2054cec3084555e (diff) | |
download | coreutils-3942f87ee35308927003bb7243ce54e925f971d9.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/utimes.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4 index eceb7ac6d..4c5bebb5b 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -6,7 +6,7 @@ AC_DEFUN(jm_FUNC_UTIMES_NULL, [AC_CACHE_CHECK(whether utimes accepts a null argument, ac_cv_func_utimes_null, [rm -f conftestdata; > conftestdata AC_TRY_RUN([ -/* In case stat has been redefined to rpl_stat, undef it here. */ +/* In case stat has been defined to rpl_stat, undef it here. */ #undef stat #include <sys/types.h> #include <sys/stat.h> |