diff options
author | Paul Smith <psmith@gnu.org> | 2000-01-22 08:59:09 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-01-22 08:59:09 +0000 |
commit | 24aec1878b8957579c71a9d0b16048f091df096a (patch) | |
tree | 7a3dbe4d7e56a41cd38f071bb0bf5dff69cfcde1 /NEWS | |
parent | 2fd5b943d10664ddd815348e86b082aa2c5d2bfb (diff) | |
download | make-24aec1878b8957579c71a9d0b16048f091df096a.tar.gz make-24aec1878b8957579c71a9d0b16048f091df096a.tar.bz2 make-24aec1878b8957579c71a9d0b16048f091df096a.zip |
* Mention it in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |