X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fchdir-safer.m4;h=063b727a413ad36c1a34ff13707a300965da7cf1;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=d6e741d9dd42e4c6d1c7805709d62f576cdd8a19;hpb=9de26050ef8a950fd62ebadeeab2eb7505631028;p=gnulib.git diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4 index d6e741d9d..063b727a4 100644 --- a/m4/chdir-safer.m4 +++ b/m4/chdir-safer.m4 @@ -1,11 +1,10 @@ -#serial 4 -dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2005-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_CHDIR_SAFER], [ - AC_LIBOBJ([chdir-safer]) AC_CHECK_FUNCS_ONCE([readlink]) ])