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.
+
* lib/Makefile.am (EXTRA_DIST): Put error.c and obstack.c here...
(fu_SOURCES): Instead of here.
* 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.
- From Ulrich Drepper.
* configure.in (AC_REPLACE_FUNCS): Replace getline.c.
- Add related check for the getdelim function.
- From Ulrich Drepper -- as done in gettext.
+ Add related check for the getdelim function. As done in gettext.
Sat Jul 20 17:01:56 1996 Jim Meyering <meyering@na-net.ornl.gov>