]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
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 539527f494dbffd25001b4dbddce4b265a1e00d9..697d269536fd1dff26abe629dd0e052602f26e78 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 1ebd0a933061ed0b6bfa2a6ef35b0ab871c1e959..d0e5c5a324ed6a011345b77f42054f7cc0cd0c72 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.