X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffts.m4;h=582697b60514f0d7a61c2cb3fbc5b706be6be847;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=c40f085518b84ab459605573e83d4caf81ca9f6c;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/fts.m4 b/m4/fts.m4 index c40f08551..582697b60 100644 --- a/m4/fts.m4 +++ b/m4/fts.m4 @@ -1,5 +1,5 @@ -#serial 17 -dnl Copyright (C) 2005-2010 Free Software Foundation, Inc. +#serial 20 +dnl Copyright (C) 2005-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. @@ -9,19 +9,9 @@ AC_DEFUN([gl_FUNC_FTS], gl_FUNC_FTS_CORE ]) -AC_DEFUN([gl_FUNC_FTS_LGPL], -[ - gl_FUNC_FTS_CORE -]) - AC_DEFUN([gl_FUNC_FTS_CORE], [ - dnl Use this version of fts unconditionally, since the GNU libc and - dnl NetBSD versions have bugs and/or unnecessary limitations. - AC_LIBOBJ([fts]) - dnl Prerequisites of lib/fts.c. - AC_REQUIRE([AC_C_INLINE]) gl_FUNC_OPENAT AC_CHECK_FUNCS_ONCE([fstatfs])