From: Paul Smith Date: Sat, 22 Jan 2000 08:59:09 +0000 (+0000) Subject: * Mention it in NEWS. X-Git-Tag: filedef-cleanup-base~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24aec1878b8957579c71a9d0b16048f091df096a;p=thirdparty%2Fmake.git * Mention it in NEWS. --- diff --git a/NEWS b/NEWS index 1cd9ef64..0f9fcb3d 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ reports. Version 3.79 +* GNU make optionally supports internationalization and locales via the + GNU gettext (or local gettext if suitable) package. See the ABOUT-NLS + file for more information on configuring GNU make for NLS. + * Previously, GNU make quoted variables such as MAKEFLAGS and MAKEOVERRIDES for proper parsing by the shell. This allowed them to be used within make build scripts. However, using them there is not