From: Jim Meyering Date: Sat, 16 Feb 2002 08:23:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_21~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21d2ed30b39cb80cb7a4bb029cd9cce5b80b2c65;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d233d8a560..a7d6d73d1b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2002-02-15 Paul Eggert + + * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro. + (jm_PREREQ): Use it. + 2002-01-26 Jim Meyering * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2a68728399..78a2d1a570 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -10,10 +10,6 @@ * NEWS, doc/coreutils.texi: Document _POSIX2_VERSION. * doc/coreutils.texi (Standards Conformance): New section. - * lib/posixver.c, lib/posixver.h: New files. - * lib/Makefile.am (libfetish_a_SOURCES): Add them. - * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro. - (jm_PREREQ): Use it. * src/expand.c: Include posixver.h. (usage): Document only the intersection of the old and new behaviors,