From: Jim Meyering Date: Sat, 4 Jul 1998 01:46:33 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16r~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81333779481c21776af299609531cddf73f4f441;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bf92c13af5..8d2964adbf 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 inclusion to use new - symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4. + * lib/rpmatch.c: Remove #ifdef around inclusion. * lib/rx.c: Remove file. * lib/rx.h: Remove file. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 8a4b036298..05cd06e19c 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