1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-03 15:26:39 +02:00
This commit is contained in:
Jim Meyering
1996-07-21 22:46:46 +00:00
parent 08ffff5615
commit 96a39fa3f6
+11 -1
View File
@@ -1,6 +1,16 @@
Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
All this is from Ulrich Drepper.
* lib/rpmatch.c [STDC_HEADERS]: Guard inclusion of stdlib.h.
(_) [!_]: Define it.
(try): Add RESPONSE parameter.
(rpmatch): Update caller.
Change the regular expressions to be ^[yY] and ^[nN].
* configure.in (AC_CHECK_FUNCS): Don't check rpmatch.
* acconfig.h (HAVE_OBSTACK): Undef it.
The following is from Ulrich Drepper.
* configure.in (AC_REPLACE_FUNCS): Add rpmatch.
* lib/Makefile.am (EXTRA_DIST): Add rpmatch.c.