diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-21 17:25:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-21 17:25:50 +0000 |
commit | 7f26c2724ae34378719fda074870640726e352af (patch) | |
tree | c6d9f801a9b5998ec336ed33a390fed00f26ad0d /old | |
parent | 81b7ecbc14be72db57e0bcb0de4201ff70fcb2a8 (diff) | |
download | coreutils-7f26c2724ae34378719fda074870640726e352af.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5addc17c4..e00a300b3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,14 +2,15 @@ Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov> All this is from Ulrich Drepper. - * lib/yesno.c (yesno) [HAVE_RPMATCH]: New rpmatch-based version of - the function. + * configure.in (AC_REPLACE_FUNCS): Add rpmatch. + * lib/Makefile.am (EXTRA_DIST): Add rpmatch.c. + * lib/rpmatch.c: New file. + * lib/yesno.c (yesno): New rpmatch-based version of the function. + * config.h.in (HAVE_RPMATCH): Undef it. * lib/Makefile.am (EXTRA_DIST): Put error.c and obstack.c here... (fu_SOURCES): Instead of here. - * config.h.in (HAVE_RPMATCH): Undef it. - * configure.in (AC_CHECK_FUNCS): Add rpmatch. Add checks for error_at_line and obstacks so systems with GNU libc don't compile and link with distributed error.c and obstack.c. |