aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-20 09:05:10 -0700
committerPaul Eggert <[email protected]>2014-06-20 09:05:10 -0700
commit539ad293eb36b4cf458cbdb5a6b37f5cd1bb68a1 (patch)
tree1a0840c2a54e6d39b1a5541c1ff7fa763ead4182 /ChangeLog
parentcb5f7e19f2e71dec8cae189c7233f31610d543aa (diff)
Diagnose failures due to colons in directory names.
* Makefile.in (epaths-force): Don't allow ':' in directories whose names go into a colon-separated path. * configure.ac: Fail if submake fails. Fixes: debbugs:17278
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39ea1f5445..412b840a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-20 Paul Eggert <[email protected]>
+
+ Diagnose failures due to colons in directory names (Bug#17278).
+ * Makefile.in (epaths-force): Don't allow ':' in directories whose
+ names go into a colon-separated path.
+ * configure.ac: Fail if submake fails.
+
2014-06-17 Paul Eggert <[email protected]>
Omit redundant extern decls.