]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add stat-macros.h to AC_LIBSOURCES.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:27:09 +0000 (22:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:27:09 +0000 (22:27 +0000)
m4/canonicalize.m4
m4/file-type.m4
m4/filemode.m4
m4/makepath.m4

index 13da998e4e359abe3580196277fc9921901474fd..b593e9b87964ceb69139a5b54480965caf5d0b39 100644 (file)
@@ -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])
index c7e1067fae2582ac5550b4b01439d78698f68f28..aa456901f97edd9a01215cc669de5a71456c54a5 100644 (file)
@@ -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.
index 16783330dacf6b4c8a3ff426c99278d0f3081f5e..977d4b9ea825c3e735d9136d9d918d07f46d6731 100644 (file)
@@ -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.
index 7ca791814be7a796825127aa414644e540df9382..2efb67cee90757e75b328e19f1ba5bc6039095e7 100644 (file)
@@ -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.