NEWS.stable: log cherry-pick [a0d9972]->[21d1619] freopen: Don't crash if the filenam...
[gnulib.git] / m4 / mkdir-p.m4
index 6ac8ea3..2a2312a 100644 (file)
@@ -1,4 +1,4 @@
-# mkdir-p.m4 serial 13
+# mkdir-p.m4 serial 15
 dnl Copyright (C) 2002-2006, 2009-2011 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,11 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MKDIR_PARENTS],
 [
-  AC_LIBOBJ([dirchownmod])
-  AC_LIBOBJ([mkdir-p])
-
   dnl Prerequisites of lib/dirchownmod.c.
-  AC_REQUIRE([gl_FUNC_LCHMOD])
-  AC_REQUIRE([gl_FUNC_LCHOWN])
   AC_CHECK_FUNCS_ONCE([fchmod])
 ])