lib/c-xvasprintf includes xalloc.h and invokes xalloc_die().
The module therefore needs to depend on either 'xalloc' or 'xalloc-die'.


2019-01-04  Bruno Haible  <br...@clisp.org>

        c-xvasprintf: Fix module dependencies.
        * modules/c-xvasprintf (Depends-on): Add 'xalloc-die'.

diff --git a/modules/c-xvasprintf b/modules/c-xvasprintf
index e6681e8..6650dda 100644
--- a/modules/c-xvasprintf
+++ b/modules/c-xvasprintf
@@ -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 @@ lib/c-xvasprintf.c
 
 Depends-on:
 c-vasprintf
+xalloc-die
 
 configure.ac:
 


Reply via email to