From: Jim Meyering Date: Mon, 6 Dec 2004 10:02:18 +0000 (+0000) Subject: (gl_FUNC_LCHOWN): Use AC_LIBSOURCES. X-Git-Tag: v5.3.0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1e6484f5185d3c3c088e16b15c69b0e6940ba7;p=thirdparty%2Fcoreutils.git (gl_FUNC_LCHOWN): Use AC_LIBSOURCES. --- diff --git a/m4/lchown.m4 b/m4/lchown.m4 index b40fe85403..1f3d22848b 100644 --- a/m4/lchown.m4 +++ b/m4/lchown.m4 @@ -1,10 +1,11 @@ -#serial 4 +#serial 5 dnl From Jim Meyering. dnl Provide lchown on systems that lack it. AC_DEFUN([gl_FUNC_LCHOWN], [ + AC_LIBSOURCES([lchown.c, lchown.h]) AC_REQUIRE([AC_TYPE_UID_T]) AC_REPLACE_FUNCS(lchown) if test $ac_cv_func_lchown = no; then