m4 files, since we'll make the stat-macros module a prerequisite.
+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
-#serial 6
+#serial 7
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
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])
])
-# 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,
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])
])
-# 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,
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])
])
-# 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,
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])
])
-# 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,
[
AC_LIBSOURCES([modechange.c, modechange.h])
AC_LIBOBJ([modechange])
-
- AC_REQUIRE([AC_HEADER_STAT])
])