diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-24 17:24:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-24 17:24:29 +0000 |
commit | 60a7806d6e81ebac842f817db3e6c169980ec6e1 (patch) | |
tree | a6fe3f1b5e67078cd955e8e3bce5ab5aa182b8d0 /old/sh-utils | |
parent | e3fe486f9f3e5a3333f4bf9f506449614d668d50 (diff) | |
download | coreutils-60a7806d6e81ebac842f817db3e6c169980ec6e1.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9e0c314f4..e301dbe9f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,26 @@ -2002-02-16 Jim Meyering <meyering@lucent.com> +2002-02-24 Jim Meyering <meyering@lucent.com> * Version 2.0.12. + * src/nice.c: Include posixver.h. + * src/date.c: Likewise. + +2002-02-17 Jim Meyering <meyering@lucent.com> + + * ABOUT-NLS, intl/*: Update to Gettext 0.11. + * INSTALL: Update to Autoconf 2.52h. + + * src/Makefile.am (datadir): Use `share' in place of @DATADIRNAME@, + per Gettext-0.11. + (LDADD): Use @LIBINTL@ instead of @INTLLIBS@, per Gettext-0.11. + + * configure.ac (AC_CONFIG_AUX_DIR): New macro invocation. + (ALL_LINGUAS): Remove: now in po/LINGUAS as per Gettext 0.11. + + * config: New subdirectory, containing the following files from .: + config.guess, config.sub, depcomp, missing, install-sh, mkinstalldirs. + Move the following files here from doc: texinfo.tex, mdate-sh. + 2002-02-15 Paul Eggert <eggert@twinsun.com> Add support for _POSIX2_VERSION, which lets you pick which POSIX |