.
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:13:47 +0000 (03:13 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:13:47 +0000 (03:13 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index 539527f..697d269 100644 (file)
@@ -1,3 +1,10 @@
+Tue Apr 23 22:05:35 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro.
+       * configure.in: Use it.
+       * lib/Makefile.am (fu_SOURCES): Remove getopt.c and getopt1.c.
+       (EXTRA_DIST): Add getopt.c and getopt1.c
+
 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.
index 1ebd0a9..d0e5c5a 100644 (file)
@@ -1,3 +1,10 @@
+Tue Apr 23 22:05:35 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro.
+       * configure.in: Use it.
+       * lib/Makefile.am (su_SOURCES): Remove getopt.c and getopt1.c.
+       (EXTRA_DIST): Add getopt.c and getopt1.c
+
 Sun Apr 21 08:04:51 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * date.c (usage): Describe new %V format.  From Karl Berry.