]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:46:33 +0000 (01:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:46:33 +0000 (01:46 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index bf92c13af522e758fe441f327476c0a03068f532..8d2964adbfcee5e05f36ea1585ede4b73247761e 100644 (file)
@@ -19,8 +19,7 @@
        macro, jm_WITH_REGEX, is bundled with the rest in jm_MACROS.
        * acconfig.h (WITH_REGEX): Remove undef.
        * lib/Makefile.am (noinst_HEADERS): Add regex.h.
-       * lib/rpmatch.c: Change guard on <regex.h> inclusion to use new
-       symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4.
+       * lib/rpmatch.c: Remove #ifdef around <regex.h> inclusion.
        * lib/rx.c: Remove file.
        * lib/rx.h: Remove file.
 
index 8a4b036298653d5e2ccac7f59245d83377b34543..05cd06e19c7f6f436ef6913c4bf68373aceb2117 100644 (file)
@@ -1,5 +1,6 @@
 Changes in release 3.17:
 [3.16r]
+* include gettext's m4 macros
 * minor cp bug fixed
 * non-portable cp tests removed
 * --without-regex now means don't compile regex.c