# HG changeset patch # User Jim Meyering # Date 1381631320 25200 # Node ID 6f482e14788b3447747d044431ca95f54449dcdf # Parent f23811891fc5cfcc59e119464e494427baa6c41b error: make the module depend on vfprintf-posix * modules/error (Depends-on): Add vfprintf-posix, since error calls vfprintf unconditionally, via error_tail. diff -r f23811891fc5 -r 6f482e14788b ChangeLog --- 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 + + 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 fpending, obstack, strerror-override: use pure+const function attrs diff -r f23811891fc5 -r 6f482e14788b modules/error --- 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