diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 539527f49..697d26953 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1ebd0a933..d0e5c5a32 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |