bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* c-xvasprintf: fix module dependencies
@ 2019-01-04 18:08 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2019-01-04 18:08 UTC (permalink / raw)
  To: bug-gnulib

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  <bruno@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:
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-04 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 18:08 c-xvasprintf: fix module dependencies Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).