# HG changeset patch # User Jim Meyering # Date 1261821719 -3600 # Node ID 9622f3442eea99b1f64f257197e91480bb296484 # Parent 3ee6b222df3717569c968754b03ea58e291998ca isdir: complete the removal of m4/isdir.m4 * modules/isdir (configure.ac): Remove reference to gl_ISDIR. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-12-26 Jim Meyering + isdir: complete the removal of m4/isdir.m4 + * modules/isdir (configure.ac): Remove reference to gl_ISDIR. + isdir: clean up, since at least grep still uses it * lib/isdir.c: Include "isdir.h". (S_ISDIR): Remove now-unneeded definition. diff --git a/modules/isdir b/modules/isdir --- a/modules/isdir +++ b/modules/isdir @@ -9,7 +9,6 @@ stat configure.ac: -gl_ISDIR Makefile.am: lib_SOURCES += isdir.c