* lib/Makefile.am (fu_SOURCES): Remove getopt.c and getopt1.c.
(EXTRA_DIST): Add getopt.c and getopt1.c
+ * configure.in (AC_CHECK_FUNCS): Add lchown.
+ * chgrp.c [HAVE_LCHOWN]: Define chown to lchown.
+ * chown.c [HAVE_LCHOWN]: Likewise.
+ * cp.c [HAVE_LCHOWN]: Likewise.
+ * mv.c [HAVE_LCHOWN]: Likewise.
+ Suggested by François Pinard.
+
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
* df.c (usage): Reflect that now --no-sync is the default.