Mercurial > hg > octave-jordi > gnulib-hg
changeset 1451:ffd45977c97f
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 28 Jul 1998 13:20:20 +0000 |
parents | 7b97acdbc82e |
children | b607c9f45803 |
files | m4/utimes.m4 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -6,7 +6,7 @@ [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>