bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xvasprintf: don't depend directly on xalloc-die


From: Simon Josefsson
Subject: xvasprintf: don't depend directly on xalloc-die
Date: Wed, 10 Aug 2005 16:59:38 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Just like xmalloc doesn't have a hard dependency on xalloc-die, I
don't think xvasprintf should have.  Will install in a few days unless
someone objects.  (In Shishi, I use a custom die-function, but
xvasprintf drag in the gnulib defined one... ungood.)

2005-08-10  Simon Josefsson  <address@hidden>

        * modules/xvasprintf (Depends-on): Don't force xalloc-die.

--- xvasprintf  16 Jul 2005 21:29:14 +0200      1.4
+++ xvasprintf  10 Aug 2005 16:57:14 +0200      
@@ -9,7 +9,6 @@
 
 Depends-on:
 vasprintf
-xalloc-die
 
 configure.ac:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]