From: Jim Meyering Date: Tue, 25 Sep 2001 09:20:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_16~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=caa5ba0ca28a4999d528dbc6f76734a3a5b60f7d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 19b62674bb..b5028cdb7f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,15 @@ -2001-09-23 Jim Meyering +2001-09-25 Jim Meyering * Version 2.0.12. + * src/Makefile.am: + (factor_DEPENDENCIES, printf_DEPENDENCIES seq_DEPENDENCIES): + (sleep_DEPENDENCIES uptime_DEPENDENCIES su_DEPENDENCIES): + Remove unnecessary definitions. They can cause trouble + when @INTLLIBS@ expands to -lintl. + +2001-09-23 Jim Meyering + * Makefile.am (SUBDIRS): When using newer gettext (in which intl/libintl.h is created by rules intl/Makefile) `intl' must precede `lib'.