From: Jim Meyering Date: Fri, 14 Mar 2003 15:40:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82faf15e5a1159c9b1c5e7261069261713fccebe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 178680397a..a9189fa8ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 4.5.11. + * Makefile.maint (prev_version_file): Don't use ?= for this particular + assignment, since it causes trouble with old versions of GNU make + (e.g. 3.76.1). The other uses of `?=' are inoffensive. Details here. + http://mail.gnu.org/archive/html/bug-coreutils/2003-03/msg00028.html + Patch from Alexandre Duret-Lutz. + * Use patched automake-1.7.3. Regenerate Makefile.in files in subdirectories so that each includes a definition of ACLOCAL_M4.