summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 01:46:33 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 01:46:33 +0000
commit81333779481c21776af299609531cddf73f4f441 (patch)
tree2810366f29667d106cc22b9f9028c1678a503a19 /old
parent1df5503ccfb3e87768ec496ae287b143c9f98e74 (diff)
downloadcoreutils-81333779481c21776af299609531cddf73f4f441.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
-rw-r--r--old/fileutils/NEWS1
2 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bf92c13af..8d2964adb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 8a4b03629..05cd06e19 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -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