]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 21 Jul 1996 17:25:50 +0000 (17:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Jul 1996 17:25:50 +0000 (17:25 +0000)
old/fileutils/ChangeLog

index 5addc17c42e4c1c353028b53e8b3ae2e0d97ae88..e00a300b3fc01282e1dd9ab24fe5631cbecbda41 100644 (file)
@@ -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.