]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 6 Dec 1995 23:40:00 +0000 (23:40 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Dec 1995 23:40:00 +0000 (23:40 +0000)
old/textutils/ChangeLog

index 18abd8841a41d2ce2892b5a1c738471ddf02a347..713ce380389a6b63087fedbe5cd8e01a2b59fef3 100644 (file)
@@ -1,3 +1,13 @@
+       * aclocal.m4 (ud_WITH_REGEX): New macro.
+       * configure.in: Use it.
+       * lib/Makefile.in (REGEX): Set to @REGEXOBJ@, not regex.o.
+       (SOURCES, DISTFILES): Add rx.c, rx.h.
+       * acconfig.h (WITH_REGEX): Add it.
+       * csplit.c [!WITH_REGEX]: Include rx.h.
+       * nl.c [!WITH_REGEX]: Likewise.
+       * tac.c [!WITH_REGEX]: Likewise.
+       From Ulrich Drepper.
+
 Tue Dec  5 17:49:53 1995  Jim Meyering  (meyering@comco.com)
 
        * sort.c (main): Diagnose invalid arguments to -k, then fail.