summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-21 22:27:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-21 22:27:09 +0000
commit327a29d3fb6918724014153d99bae685745d36f1 (patch)
tree00b6f0c80053fb87ea47611773e7d5dc4d2b1133 /m4
parent78fa4b674d0fccac70f82813f4685607475f22b2 (diff)
downloadcoreutils-327a29d3fb6918724014153d99bae685745d36f1.tar.xz
Add stat-macros.h to AC_LIBSOURCES.
Diffstat (limited to 'm4')
-rw-r--r--m4/canonicalize.m44
-rw-r--r--m4/file-type.m44
-rw-r--r--m4/filemode.m44
-rw-r--r--m4/makepath.m44
4 files changed, 8 insertions, 8 deletions
diff --git a/m4/canonicalize.m4 b/m4/canonicalize.m4
index 13da998e4..b593e9b87 100644
--- a/m4/canonicalize.m4
+++ b/m4/canonicalize.m4
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -9,7 +9,7 @@
AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
[
- AC_LIBSOURCES([canonicalize.c, canonicalize.h])
+ AC_LIBSOURCES([canonicalize.c, canonicalize.h, stat-macros.h])
AC_LIBOBJ([canonicalize])
AC_REQUIRE([AC_HEADER_STDC])
diff --git a/m4/file-type.m4 b/m4/file-type.m4
index c7e1067fa..aa456901f 100644
--- a/m4/file-type.m4
+++ b/m4/file-type.m4
@@ -1,4 +1,4 @@
-# file-type.m4 serial 3
+# file-type.m4 serial 4
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,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FILE_TYPE],
[
- AC_LIBSOURCES([file-type.c, file-type.h])
+ AC_LIBSOURCES([file-type.c, file-type.h, stat-macros.h])
AC_LIBOBJ([file-type])
dnl Prerequisites of lib/file-type.h.
diff --git a/m4/filemode.m4 b/m4/filemode.m4
index 16783330d..977d4b9ea 100644
--- a/m4/filemode.m4
+++ b/m4/filemode.m4
@@ -1,4 +1,4 @@
-# filemode.m4 serial 3
+# filemode.m4 serial 4
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,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FILEMODE],
[
- AC_LIBSOURCES([filemode.c, filemode.h])
+ AC_LIBSOURCES([filemode.c, filemode.h, stat-macros.h])
AC_LIBOBJ([filemode])
dnl Prerequisites of lib/filemode.c.
diff --git a/m4/makepath.m4 b/m4/makepath.m4
index 7ca791814..2efb67cee 100644
--- a/m4/makepath.m4
+++ b/m4/makepath.m4
@@ -1,4 +1,4 @@
-# makepath.m4 serial 5
+# makepath.m4 serial 6
dnl Copyright (C) 2002, 2003, 2004, 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,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_MAKEPATH],
[
- AC_LIBSOURCES([makepath.c, makepath.h])
+ AC_LIBSOURCES([makepath.c, makepath.h, stat-macros.h])
AC_LIBOBJ([makepath])
dnl Prerequisites of lib/makepath.c.