X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkdir-p.m4;h=2f76f349537bf48061b64b884d3e37092fa4306a;hb=7f68b5ace68d29f3627ce2e3a1e8966aea5ec778;hp=4281d01451b4459586e4da4e4a4932181aa020f4;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/mkdir-p.m4 b/m4/mkdir-p.m4 index 4281d0145..2f76f3495 100644 --- a/m4/mkdir-p.m4 +++ b/m4/mkdir-p.m4 @@ -1,5 +1,5 @@ -# mkdir-p.m4 serial 13 -dnl Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc. +# mkdir-p.m4 serial 14 +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, dnl with or without modifications, as long as this notice is preserved. @@ -10,7 +10,5 @@ AC_DEFUN([gl_MKDIR_PARENTS], 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]) ])