X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fchdir-safer.m4;h=0f6e4077d302731f859c16fae71dd71bb149e4e9;hb=251c566a3b21bb5700c7625c71d170b4b405172a;hp=d6e741d9dd42e4c6d1c7805709d62f576cdd8a19;hpb=9de26050ef8a950fd62ebadeeab2eb7505631028;p=gnulib.git diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4 index d6e741d9d..0f6e4077d 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-2011 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]) ])