summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorBen Key <bkey76@gmail.com>2011-04-15 17:48:00 -0500
committerBen Key <bkey76@gmail.com>2011-04-15 17:48:00 -0500
commit4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3 (patch)
treeeb9b18d15d8b7b6b4ecc961ff8bd0495ffebfb54 /nt/ChangeLog
parentba3bd5b6c3771010fa37ec48170eee8323b55bf1 (diff)
downloademacs-4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3.tar.gz
Modified the code that parses the --cflags and --ldflags options to support parameters that include the = character as long as they are enclosed in quotes.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 155ee41d9da..19f71ba0af3 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,17 @@
+2011-04-15 Ben Key <bkey76@gmail.com>
+
+ * configure.bat: Modified the code that parses the --cflags and
+ --ldflags options to support parameters that include the =
+ character as long as they are enclosed in quotes. This
+ functionality depends on command extensions. Configure.bat now
+ attempts to enable command extensions and displays a warning
+ message if they could not be enabled. If configure.bat could
+ not enable command extensions the old parsing code is used that
+ does not support parameters that include the = character.
+
+ * INSTALL: Updated the file to describe the new functionality
+ using text provided by Eli Zaretskii.
+
2011-04-06 Eli Zaretskii <eliz@gnu.org>
* config.nt (NO_INLINE, ATTRIBUTE_FORMAT)