summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2adb915a0f..8d409706b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-10-09 Bruno Haible <bruno@clisp.org>
+ wcwidth: Don't use obsolete syntax of 'test'.
+ Reported by Eric Blake.
+ * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Don't optimize two 'test'
+ invocations into one, as POSIX marks '-a' and '-o' as "obsolescent".
+
+2017-10-09 Bruno Haible <bruno@clisp.org>
+
getopt-posix: Fix build failure when using ac_cv_header_getopt_h=no.
Reported by Christian Ehrhardt <christian.ehrhardt@canonical.com>
and Daniel P. Berrange <berrange@redhat.com>.