diff options
-rw-r--r-- | old/textutils/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 78a2d1a57..f4b8bec11 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,23 @@ -2002-02-16 Jim Meyering <meyering@lucent.com> +2002-02-17 Jim Meyering <meyering@lucent.com> * Version 2.0.21. +2002-02-16 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 |