summaryrefslogtreecommitdiff
path: root/m4/filemode.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-02 07:00:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-02 07:00:50 +0000
commit8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c (patch)
tree7d80242ca6cf51287dc6fa89bf29f89990ec925f /m4/filemode.m4
parent82d8ff5ab30935fa8dce714a1bdc274a4fba1cf9 (diff)
downloadgnulib-8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c.tar.gz
Merge from coreutils.
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 977d4b9ea8..3b6ccb9244 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])
])