summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-08 02:32:41 +0200
committerBruno Haible <bruno@clisp.org>2021-06-08 02:32:41 +0200
commit51657ac870c1b49b625aa2216d36290c905f555b (patch)
treed4549fff911b7297261f23db7bcf8ad08edadf4a /ChangeLog
parentb352d773bd52eac1d486b68bfd5b0545b0857073 (diff)
downloadgnulib-51657ac870c1b49b625aa2216d36290c905f555b.tar.gz
dynarray, scratch_buffer: Fix VPATH builds (regression from yesterday).
* modules/dynarray (configure.ac): Invoke AC_PROG_MKDIR_P. (Makefile.am): Create malloc/ directory before creating malloc/dynarray.gl.h and malloc/dynarray-skeleton.gl.h. * modules/scratch_buffer (configure.ac): Invoke AC_PROG_MKDIR_P. (Makefile.am): Create malloc/ directory before creating malloc/scratch_buffer.gl.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ca3a6c1ae..661e289b5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-06-07 Bruno Haible <bruno@clisp.org>
+ dynarray, scratch_buffer: Fix VPATH builds (regression from yesterday).
+ * modules/dynarray (configure.ac): Invoke AC_PROG_MKDIR_P.
+ (Makefile.am): Create malloc/ directory before creating
+ malloc/dynarray.gl.h and malloc/dynarray-skeleton.gl.h.
+ * modules/scratch_buffer (configure.ac): Invoke AC_PROG_MKDIR_P.
+ (Makefile.am): Create malloc/ directory before creating
+ malloc/scratch_buffer.gl.h.
+
+2021-06-07 Bruno Haible <bruno@clisp.org>
+
ptsname_r: Add support for DragonFly BSD 6.0.
* lib/ptsname_r.c (__ptsname_r): Add implementation for DragonFly BSD.
* tests/test-ptsname_r.c (main): Treat Dragonfly BSD like Solaris.