* chdir-safer.m4: New file.
+2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Sync from coreutils.
+ * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
+ gl_CHDIR_SAFER.
+
+2006-02-22 Jim Meyering <jim@meyering.net>
+
+ Sync from coreutils.
+ * chdir-safer.m4: New file.
+
2006-02-17 Eric Blake <address@hidden>
* getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
2006-01-09 Jim Meyering <jim@meyering.net>
Sync from coreutils.
- * chdir-safer.m4: New file.
* openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
Require openat-priv.h.
--- /dev/null
+#serial 1
+dnl Copyright (C) 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,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_CHDIR_SAFER],
+[
+ AC_LIBSOURCES([chdir-safer.c, chdir-safer.h])
+ AC_LIBOBJ([chdir-safer])
+])
-# mkdir-p.m4 serial 9
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# mkdir-p.m4 serial 10
+dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl Prerequisites of lib/mkdir-p.c.
AC_REQUIRE([AC_FUNC_ALLOCA])
AC_REQUIRE([gl_AFS])
+ AC_REQUIRE([gl_FUNC_LCHMOD])
+ AC_REQUIRE([gl_CHDIR_SAFER])
])