summaryrefslogtreecommitdiff
path: root/m4/chown.m4
AgeCommit message (Collapse)Author
2005-09-22Sync from gnulib.Paul Eggert
2005-07-02Assume HAVE_UNISTD_H, i.e., that <unistd.h> works.Jim Meyering
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-05-20(gl_FUNC_CHOWN): Correct sense of test for honoring IDs of -1.Paul Eggert
2005-01-22Sync from gnulib.Paul Eggert
2005-01-04(gl_FUNC_CHOWN): When cross-compiling, assume that chownJim Meyering
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations.
2004-05-01(gl_PREREQ_CHOWN): Check for fcntl.h.Jim Meyering
See if we need an fchown replacement. (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro. (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK, and use the replacement function if we detect either defect.
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2001-09-17Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵Jim Meyering
need not be expanded by the shell.
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-01-30Rename conftestchown to conftest.chown.Jim Meyering
2000-07-02fix typo in last changeJim Meyering
2000-07-02Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering
AC_LIBOBJ([function_name]).
1999-02-07Use AC_SUBST(LIBOBJS) since we set LIBOBJS.Jim Meyering
1999-02-07Use .$ac_objext, not .oJim Meyering
1999-01-29Use the 3-argument forms of AC_DEFINE* macros.Jim Meyering
1998-09-21Declare locals: before, after. From Andries Brouwer.Jim Meyering
1998-07-09(jm_FUNC_CHOWN): Add a check to verify that theJim Meyering
uid and gid actually remain unchanged.
1997-12-21increment serial numberJim Meyering
1997-12-21Fix reversed types on -1 args to chown.Jim Meyering
From Kaveh Ghazi.
1997-08-31add descriptionJim Meyering
1997-03-11.Jim Meyering