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

index 812f6a59847f70825a77e171ef797afa9c97baff..e67ca35f36b6cc6404bf9958f7d6cfcba3a2f85c 100644 (file)
@@ -1,5 +1,15 @@
 Sun Jul 21 11:58:48 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * 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.
+       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.