diff options
-rw-r--r-- | m4/lchown.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/lchown.m4 b/m4/lchown.m4 index b40fe8540..1f3d22848 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 |