X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fchown.m4;h=344ddaba1dd291236c802543a66543c69c66ec65;hb=cc27b89aa73cc3fd94a629dab247cb3368ed1703;hp=deae13b4176a058bb18ddb10712cfe24281877cc;hpb=2f209fdc6f93ca7ce1f736811779a9371a03f7e4;p=gnulib.git diff --git a/m4/chown.m4 b/m4/chown.m4 index deae13b41..344ddaba1 100644 --- a/m4/chown.m4 +++ b/m4/chown.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 dnl From Jim Meyering. dnl Determine whether chown accepts arguments of -1 for uid and gid. @@ -42,8 +42,7 @@ AC_DEFUN(jm_FUNC_CHOWN, jm_cv_func_working_chown=no) ]) if test $jm_cv_func_working_chown = no; then - AC_SUBST(LIBOBJS) - LIBOBJS="$LIBOBJS chown.$ac_objext" + AC_LIBOBJ(chown) AC_DEFINE_UNQUOTED(chown, rpl_chown, [Define to rpl_chown if the replacement function should be used.]) fi