From: Jim Meyering Date: Fri, 12 Apr 2002 10:40:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_12~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92c4ad70eadabc76666bea48b937266c8305cee9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e0cb57fca2..828b01a84f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,13 @@ -2002-03-16 Jim Meyering +2002-04-12 Jim Meyering * Version 2.0.22. + * src/Makefile.am (LDADD): List ../lib/libfetish.a both before + and after @LIBINTL@. Thanks to Paul Eggert for the fix and to + Bruno Haible for diagnosing the problem. + +2002-03-16 Jim Meyering + * src/Makefile.am (datadir): Don't override $(datadir) which might be set by --datadir and different from $(prefix)/share. Patch from Albert Chin-A-Young.