diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-17 20:13:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-17 20:13:45 +0000 |
commit | 525a872b3f279570b929e77df36ddcb99aa79c3f (patch) | |
tree | 028b83ddef2aa79f77273bdd51f8c494bb2cf575 /old/fileutils | |
parent | 908d3853acc4207d24bae9296167550e3cbdb7e8 (diff) | |
download | coreutils-525a872b3f279570b929e77df36ddcb99aa79c3f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a8a089842..e2e193179 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,23 @@ -2002-02-16 Jim Meyering <meyering@lucent.com> +2002-02-17 Jim Meyering <meyering@lucent.com> * Version 4.1.6. + * 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-16 Jim Meyering <meyering@lucent.com> + * tests/ls/infloop: Use `head -n 7', not `head -7'. * tests/rm/hash: Likewise. |