From: Jim Meyering Date: Sat, 26 Dec 2009 10:01:59 +0000 (+0100) Subject: isdir: complete the removal of m4/isdir.m4 X-Git-Tag: v0.1~4981 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=39e4e23268d4b613c46248b425be79aa1c0b0509;p=gnulib.git isdir: complete the removal of m4/isdir.m4 * modules/isdir (configure.ac): Remove reference to gl_ISDIR. --- diff --git a/ChangeLog b/ChangeLog index 088bb3bab..edcfb13a2 100644 --- 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 index 83193e129..aab5f841c 100644 --- a/modules/isdir +++ b/modules/isdir @@ -9,7 +9,6 @@ Depends-on: stat configure.ac: -gl_ISDIR Makefile.am: lib_SOURCES += isdir.c