]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't mention stat-macros.h or AC_HEADER_STAT in other
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:55:43 +0000 (16:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:55:43 +0000 (16:55 +0000)
m4 files, since we'll make the stat-macros module a prerequisite.

m4/ChangeLog
m4/canonicalize.m4
m4/file-type.m4
m4/filemode.m4
m4/makepath.m4
m4/modechange.m4

index 532b66cbf8f93b4d2b8a0a55249fed5bc6ce74c6..c3b59227d1a8432136eefaf08a02c4af3ea4747d 100644 (file)
@@ -1,3 +1,15 @@
+2005-04-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stat-macros.m4: New file, from gnulib, except that gl_STAT_MACROS
+       also requires AC_HEADER_STAT.
+       * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
+       mention stat-macros.h or AC_HEADER_STAT, since we'll make
+       the stat-macros module a prerequisite.
+       * file-type.m4 (gl_FILE_TYPE): Likewise.
+       * filemode.m4 (gl_FILEMODE): Likewise.
+       * makepath.m4 (gl_MAKEPATH): Likewise.
+       * modechange.m4 (gl_MODECHANGE): Likewise.
+
 2005-04-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
index b593e9b87964ceb69139a5b54480965caf5d0b39..083ee7e986a227b30e1adcd1d21dafdd2c4c35c2 100644 (file)
@@ -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])
   ])
index aa456901f97edd9a01215cc669de5a71456c54a5..7d1830965b91ff7954bd36ae1fd3fbc3e7b40ce6 100644 (file)
@@ -1,4 +1,4 @@
-# file-type.m4 serial 4
+# file-type.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_FILE_TYPE],
 [
-  AC_LIBSOURCES([file-type.c, file-type.h, stat-macros.h])
+  AC_LIBSOURCES([file-type.c, file-type.h])
   AC_LIBOBJ([file-type])
-
-  dnl Prerequisites of lib/file-type.h.
-  AC_REQUIRE([AC_HEADER_STAT])
 ])
index 977d4b9ea825c3e735d9136d9d918d07f46d6731..3b6ccb924433c40faa85b8ae06c0cba35b812df2 100644 (file)
@@ -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])
 ])
index 2efb67cee90757e75b328e19f1ba5bc6039095e7..b7408430a18fadf80d34ddfd3f13668e96718ae3 100644 (file)
@@ -1,4 +1,4 @@
-# makepath.m4 serial 6
+# makepath.m4 serial 7
 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,12 +6,11 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MAKEPATH],
 [
-  AC_LIBSOURCES([makepath.c, makepath.h, stat-macros.h])
+  AC_LIBSOURCES([makepath.c, makepath.h])
   AC_LIBOBJ([makepath])
 
   dnl Prerequisites of lib/makepath.c.
   AC_REQUIRE([AC_FUNC_ALLOCA])
   AC_CHECK_HEADERS_ONCE(unistd.h)
-  AC_REQUIRE([AC_HEADER_STAT])
   AC_REQUIRE([gl_AFS])
 ])
index 8ecf4daaf76047c07b810c804ed9c3c1c2af5677..c703e94f501e7de262d60b6ef8e92c5d8c81579f 100644 (file)
@@ -1,4 +1,4 @@
-# modechange.m4 serial 4
+# modechange.m4 serial 5
 dnl Copyright (C) 2002, 2003, 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,
@@ -8,6 +8,4 @@ AC_DEFUN([gl_MODECHANGE],
 [
   AC_LIBSOURCES([modechange.c, modechange.h])
   AC_LIBOBJ([modechange])
-
-  AC_REQUIRE([AC_HEADER_STAT])
 ])