+Sun Oct 20 13:49:25 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
+ (EXTRA_DIST): Remove.
+
+ * configure.in: Remove README_ALPHA related code. Automake takes
+ care of it automatically now when in gnits mode.
+
Sun Oct 13 14:02:41 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/ls.c (print_long_format): Use strftime of localtime
Sun Oct 20 09:03:51 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
+ (EXTRA_DIST): Remove @README_ALPHA@.
+
+ * configure.in: Remove README_ALPHA related code. Automake takes
+ care of it automatically now when in gnits mode.
+
* acinclude.m4 (AM_FUNC_GETLOADAVG): Use $srcdir (not $top_srcdir) in
#include $srcdir/lib/getloadavg.c. The latter isn't defined at that
point in configure script. From Eric Backus.
+Sun Oct 20 13:44:07 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'
+ (EXTRA_DIST): Remove.
+
+ * configure.in: Remove README_ALPHA related code. Automake takes
+ care of it automatically now when in gnits mode.
+
+ * lib/md5.c (md5_process_bytes): Cast void* pointer to char* before
+ doing arithmetic with it.
+
Sat Oct 19 23:13:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/md5.c: Update from GNU libc.