summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-01 09:37:53 +0000
committerJim Meyering <jim@meyering.net>2002-06-01 09:37:53 +0000
commit1d478cbd050f11baf71662a16c254c5928f80cf9 (patch)
treeafdbd3bf2e8d708dbe5829212aa2c8207837e707 /m4
parent10d0bbfbc7512451c0ccae8eabe48f9a0d6ba4ec (diff)
downloadcoreutils-1d478cbd050f11baf71662a16c254c5928f80cf9.tar.xz
(jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
Diffstat (limited to 'm4')
-rw-r--r--m4/d-type.m44
1 files changed, 2 insertions, 2 deletions
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