diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-16 08:23:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-16 08:23:43 +0000 |
commit | 21d2ed30b39cb80cb7a4bb029cd9cce5b80b2c65 (patch) | |
tree | cbfb69254eba1476cd246a799c82a50de5f88e02 | |
parent | 7592628e4889708dd1bfe480cf5dc0b26d8a2faa (diff) | |
download | coreutils-21d2ed30b39cb80cb7a4bb029cd9cce5b80b2c65.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 5 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d233d8a56..a7d6d73d1 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2002-02-15 Paul Eggert <eggert@twinsun.com> + + * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro. + (jm_PREREQ): Use it. + 2002-01-26 Jim Meyering <meyering@lucent.com> * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2a6872839..78a2d1a57 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, |