# HG changeset patch # User Bruno Haible # Date 1546625202 -3600 # Node ID 952ba063418e88719622f01260c110a59fda691f # Parent ccf42946786685f622eb80217b90b896cd791978 c-xvasprintf: Fix module dependencies. * modules/c-xvasprintf (Depends-on): Add 'xalloc-die'. diff -r ccf429467866 -r 952ba063418e ChangeLog --- a/ChangeLog Mon Dec 31 19:20:46 2018 +0100 +++ b/ChangeLog Fri Jan 04 19:06:42 2019 +0100 @@ -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 -r ccf429467866 -r 952ba063418e modules/c-xvasprintf --- a/modules/c-xvasprintf Mon Dec 31 19:20:46 2018 +0100 +++ b/modules/c-xvasprintf Fri Jan 04 19:06:42 2019 +0100 @@ -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 @@ Depends-on: c-vasprintf +xalloc-die configure.ac: