X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkdir-slash.m4;h=4e56bda718a81ac44a5613040b5fd11f91fdb2d9;hb=68dfc9591e97db34b5ba693da028ff1f356a12b7;hp=f3d8e8a576634933493481d34dffeb4700471c0a;hpb=bfca3459b4916724328bc9779cbc4e5934417c09;p=gnulib.git diff --git a/m4/mkdir-slash.m4 b/m4/mkdir-slash.m4 index f3d8e8a57..4e56bda71 100644 --- a/m4/mkdir-slash.m4 +++ b/m4/mkdir-slash.m4 @@ -1,6 +1,6 @@ -#serial 6 +# serial 7 -# Copyright (C) 2001, 2003, 2004, 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003-2004, 2006, 2008-2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -11,7 +11,7 @@ AC_DEFUN([gl_FUNC_MKDIR_TRAILING_SLASH], [dnl AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) - AC_CHECK_HEADERS_ONCE(unistd.h) + AC_CHECK_HEADERS_ONCE([unistd.h]) AC_CACHE_CHECK([whether mkdir fails due to a trailing slash], gl_cv_func_mkdir_trailing_slash_bug, [ @@ -39,7 +39,7 @@ AC_DEFUN([gl_FUNC_MKDIR_TRAILING_SLASH], if test $gl_cv_func_mkdir_trailing_slash_bug = yes; then REPLACE_MKDIR=1 - AC_LIBOBJ(mkdir) + AC_LIBOBJ([mkdir]) gl_PREREQ_MKDIR fi ])