X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Frmdir.m4;h=bbe8bbd748f68b3db3c727f607af8bda3034304b;hb=4097b52187106b6a2940d28968cfecd4e53f9b4e;hp=7235203f2e6ea526b163e0b594f52710ae5ea7ef;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/m4/rmdir.m4 b/m4/rmdir.m4 index 7235203f2..bbe8bbd74 100644 --- a/m4/rmdir.m4 +++ b/m4/rmdir.m4 @@ -1,10 +1,10 @@ -# rmdir.m4 serial 3 -dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc. +# rmdir.m4 serial 4 +dnl Copyright (C) 2002, 2005, 2009 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_FUNC_RMDIR], [ - AC_REPLACE_FUNCS(rmdir) + AC_REPLACE_FUNCS([rmdir]) ])