X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fchdir-safer.m4;h=0f6e4077d302731f859c16fae71dd71bb149e4e9;hb=5bf73fbe89c75118e5e9a53e4b88a57729d26964;hp=b3c351c78959e79dde742f279f92233c64a0f997;hpb=79c0a43808d9ca85acd04600149fc1a9b75bd1b9;p=gnulib.git diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4 index b3c351c78..0f6e4077d 100644 --- a/m4/chdir-safer.m4 +++ b/m4/chdir-safer.m4 @@ -1,11 +1,10 @@ -#serial 2 -dnl Copyright (C) 2005, 2006 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_LIBSOURCES([chdir-safer.c, chdir-safer.h, same-inode.h]) - AC_LIBOBJ([chdir-safer]) + AC_CHECK_FUNCS_ONCE([readlink]) ])