From c75bf5aedd3c22e1f8b10433d4a3b800bf8b2c90 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jan 2019 19:06:42 +0100 Subject: [PATCH] c-xvasprintf: Fix module dependencies. * modules/c-xvasprintf (Depends-on): Add 'xalloc-die'. --- ChangeLog | 5 +++++ modules/c-xvasprintf | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6aa873cf7c..5e07c52918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-01-04 Bruno Haible + + c-xvasprintf: Fix module dependencies. + * modules/c-xvasprintf (Depends-on): Add 'xalloc-die'. + 2019-01-04 Akim Demaille bootstrap: die when some submodules are not initialized diff --git a/modules/c-xvasprintf b/modules/c-xvasprintf index e6681e8e50..6650ddae8e 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: -- 2.39.5