changeset 40070:952ba063418e

c-xvasprintf: Fix module dependencies. * modules/c-xvasprintf (Depends-on): Add 'xalloc-die'.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Jan 2019 19:06:42 +0100
parents ccf429467866
children 14900a007cbc
files ChangeLog modules/c-xvasprintf
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 31 19:20:46 2018 +0100
+++ b/ChangeLog	Fri Jan 04 19:06:42 2019 +0100
@@ -1,3 +1,8 @@
+2019-01-04  Bruno Haible  <bruno@clisp.org>
+
+	c-xvasprintf: Fix module dependencies.
+	* modules/c-xvasprintf (Depends-on): Add 'xalloc-die'.
+
 2019-01-04  Akim Demaille  <akim@lrde.epita.fr>
 
 	bootstrap: die when some submodules are not initialized
--- a/modules/c-xvasprintf	Mon Dec 31 19:20:46 2018 +0100
+++ b/modules/c-xvasprintf	Fri Jan 04 19:06:42 2019 +0100
@@ -1,5 +1,5 @@
 Description:
-c_asprintf and c_vasprintf with out-of-memory checking.  Also see xalloc-die.
+c_asprintf and c_vasprintf with out-of-memory checking.
 
 Files:
 lib/c-xvasprintf.h
@@ -8,6 +8,7 @@
 
 Depends-on:
 c-vasprintf
+xalloc-die
 
 configure.ac: