X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flstat.m4;h=0c6362c50f31571bda65f64a2d91faa38e53e3e0;hb=be1c8adeedf52b5ceee7091a43c1937ea2caaa7d;hp=ea0c89494349e5e107d2c51f68aa3c2e36721fe1;hpb=40fc0427a65230122dbbf0e7c42edbe24e14602f;p=gnulib.git diff --git a/m4/lstat.m4 b/m4/lstat.m4 index ea0c89494..0c6362c50 100644 --- a/m4/lstat.m4 +++ b/m4/lstat.m4 @@ -1,4 +1,4 @@ -#serial 9 +#serial 11 dnl From Jim Meyering. dnl Determine whether lstat has the bug that it succeeds when given the @@ -9,7 +9,7 @@ dnl If it does, then define HAVE_LSTAT_EMPTY_STRING_BUG and arrange to dnl compile the wrapper function. dnl -AC_DEFUN([jm_FUNC_LSTAT], +AC_DEFUN([gl_FUNC_LSTAT], [ AC_FUNC_LSTAT dnl Note: AC_FUNC_LSTAT does AC_LIBOBJ(lstat). @@ -22,6 +22,5 @@ AC_DEFUN([jm_FUNC_LSTAT], AC_DEFUN([gl_PREREQ_LSTAT], [ AC_REQUIRE([AC_HEADER_STAT]) - AC_CHECK_HEADERS_ONCE(stdlib.h) - AC_CHECK_DECLS_ONCE(free) + : ])