diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-02 03:45:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-02 03:45:50 +0000 |
commit | afe669874af0d0201df80254a2684401aee44a62 (patch) | |
tree | 838f5d0c7171055d378ceeadd69f278d6f252d51 /old/sh-utils | |
parent | ee2e84bb6f7ecafc487321c99bb800c654694711 (diff) | |
download | coreutils-afe669874af0d0201df80254a2684401aee44a62.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 29a12f343..92eb821ad 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +Thu Aug 1 22:38:38 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in (AC_REPLACE_GNU_GETOPT): No longer use it. + It isn't necessary because the cpp-time checks of getopt.c and + getopt1.c are at least as good. + * lib/Makefile.am (EXTRA_DIST): Remove getopt.c and getopt1.c. + (su_SOURCES): Add getopt.c and getopt1.c + This reverts much of the April 23 change. + Sat Jul 27 17:22:14 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/system.h (bindtextdomain) [!ENABLE_NLS]: Undefine to avoid |