changeset 37210:6f482e14788b

error: make the module depend on vfprintf-posix * modules/error (Depends-on): Add vfprintf-posix, since error calls vfprintf unconditionally, via error_tail.
author Jim Meyering <meyering@fb.com>
date Sat, 12 Oct 2013 19:28:40 -0700
parents f23811891fc5
children 3ef76f6983e8
files ChangeLog modules/error
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 30 10:19:38 2013 -0700
+++ b/ChangeLog	Sat Oct 12 19:28:40 2013 -0700
@@ -1,3 +1,9 @@
+2013-10-12  Jim Meyering  <meyering@fb.com>
+
+	error: make the module depend on vfprintf-posix
+	* modules/error (Depends-on): Add vfprintf-posix, since error
+	calls vfprintf unconditionally, via error_tail.
+
 2013-09-30  Jim Meyering  <meyering@fb.com>
 
 	fpending, obstack, strerror-override: use pure+const function attrs
--- a/modules/error	Mon Sep 30 10:19:38 2013 -0700
+++ b/modules/error	Sat Oct 12 19:28:40 2013 -0700
@@ -15,6 +15,7 @@
 strerror        [test $ac_cv_lib_error_at_line = no]
 unistd          [test $ac_cv_lib_error_at_line = no]
 msvc-nothrow    [test $ac_cv_lib_error_at_line = no]
+vfprintf-posix
 
 configure.ac:
 gl_ERROR