]> Savannah Git Hosting - gnulib.git/commitdiff
c-xvasprintf: Fix module dependencies.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2019 18:06:42 +0000 (19:06 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2019 18:06:42 +0000 (19:06 +0100)
* modules/c-xvasprintf (Depends-on): Add 'xalloc-die'.

ChangeLog
modules/c-xvasprintf

index 6aa873cf7c24eb219be1f3aded3aa9e59394027e..5e07c5291807bbb85b871314b604ffaad28a83c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e6681e8e503a2c752c742da7e379c3d62349ac8c..6650ddae8ee258cc45d70c934d3b4bc165856702 100644 (file)
@@ -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: