summaryrefslogtreecommitdiff
path: root/m4/filemode.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-28 16:55:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-28 16:55:43 +0000
commit6cc5a550446b8aeb773a4647049b403942926646 (patch)
tree6a56988f364267fa4cda3ef1c5ef48f71de83f3b /m4/filemode.m4
parent07f73eefb027e32170b9401852c1327e87a25345 (diff)
downloadcoreutils-6cc5a550446b8aeb773a4647049b403942926646.tar.xz
Don't mention stat-macros.h or AC_HEADER_STAT in other
m4 files, since we'll make the stat-macros module a prerequisite.
Diffstat (limited to 'm4/filemode.m4')
-rw-r--r--m4/filemode.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/m4/filemode.m4 b/m4/filemode.m4
index 977d4b9ea..3b6ccb924 100644
--- a/m4/filemode.m4
+++ b/m4/filemode.m4
@@ -1,4 +1,4 @@
-# filemode.m4 serial 4
+# filemode.m4 serial 5
dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -6,9 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FILEMODE],
[
- AC_LIBSOURCES([filemode.c, filemode.h, stat-macros.h])
+ AC_LIBSOURCES([filemode.c, filemode.h])
AC_LIBOBJ([filemode])
-
- dnl Prerequisites of lib/filemode.c.
- AC_REQUIRE([AC_HEADER_STAT])
])