summaryrefslogtreecommitdiff
path: root/m4/canonicalize.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/canonicalize.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/canonicalize.m4')
-rw-r--r--m4/canonicalize.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/canonicalize.m4 b/m4/canonicalize.m4
index b593e9b87..083ee7e98 100644
--- a/m4/canonicalize.m4
+++ b/m4/canonicalize.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -9,11 +9,10 @@
AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
[
- AC_LIBSOURCES([canonicalize.c, canonicalize.h, stat-macros.h])
+ AC_LIBSOURCES([canonicalize.c, canonicalize.h])
AC_LIBOBJ([canonicalize])
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS(string.h sys/param.h stddef.h)
AC_CHECK_FUNCS(resolvepath canonicalize_file_name)
- AC_REQUIRE([AC_HEADER_STAT])
])