*** empty log message ***

This commit is contained in:
Jim Meyering 2002-02-16 08:23:43 +00:00
parent 7592628e48
commit 21d2ed30b3
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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,