From 1d478cbd050f11baf71662a16c254c5928f80cf9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Jun 2002 09:37:53 +0000 Subject: (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro: s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/. --- m4/d-type.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/d-type.m4 b/m4/d-type.m4 index ef6b729bf..ae0ba57c3 100644 --- a/m4/d-type.m4 +++ b/m4/d-type.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 dnl From Jim Meyering. dnl @@ -34,7 +34,7 @@ AC_DEFUN([jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE], ] ) if test $jm_cv_struct_dirent_d_type = yes; then - AC_DEFINE(D_TYPE_IN_DIRENT, 1, + AC_DEFINE(HAVE_STRUCT_DIRENT_D_TYPE, 1, [Define if there is a member named d_type in the struct describing directory headers.]) fi -- cgit v1.2.3-54-g00ecf