X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkdir.m4;h=a034dff4dc1c87953ef958b6db9af8ad7094a766;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=87f5f21c9557a1f28d4f7ada8198bfe22d33b823;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/mkdir.m4 b/m4/mkdir.m4 index 87f5f21c9..a034dff4d 100644 --- a/m4/mkdir.m4 +++ b/m4/mkdir.m4 @@ -1,6 +1,6 @@ -# serial 9 +# serial 10 -# Copyright (C) 2001, 2003-2004, 2006, 2008-2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003-2004, 2006, 2008-2012 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. @@ -27,7 +27,6 @@ AC_DEFUN([gl_FUNC_MKDIR], ) if test "$gl_cv_func_mkdir_trailing_slash_works" != yes; then REPLACE_MKDIR=1 - AC_LIBOBJ([mkdir]) fi AC_CACHE_CHECK([whether mkdir handles trailing dot], @@ -45,7 +44,6 @@ AC_DEFUN([gl_FUNC_MKDIR], ) if test "$gl_cv_func_mkdir_trailing_dot_works" != yes; then REPLACE_MKDIR=1 - AC_LIBOBJ([mkdir]) AC_DEFINE([FUNC_MKDIR_DOT_BUG], [1], [Define to 1 if mkdir mistakenly creates a directory given with a trailing dot component.]) fi