X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fmkdir-p.m4;h=80f5fceedcfd79e11a9dd408c1b503b056cde02d;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=2f76f349537bf48061b64b884d3e37092fa4306a;hpb=42c85ef5f0b7954615b91cc7d9f67791faa7d05a;p=gnulib.git diff --git a/m4/mkdir-p.m4 b/m4/mkdir-p.m4 index 2f76f3495..80f5fceed 100644 --- a/m4/mkdir-p.m4 +++ b/m4/mkdir-p.m4 @@ -1,14 +1,11 @@ -# mkdir-p.m4 serial 14 -dnl Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc. +# mkdir-p.m4 serial 15 +dnl Copyright (C) 2002-2006, 2009-2013 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_MKDIR_PARENTS], [ - AC_LIBOBJ([dirchownmod]) - AC_LIBOBJ([mkdir-p]) - dnl Prerequisites of lib/dirchownmod.c. AC_CHECK_FUNCS_ONCE([fchmod]) ])