From: Jim Meyering Date: Sun, 13 Oct 2013 02:28:40 +0000 (-0700) Subject: error: make the module depend on vfprintf-posix X-Git-Tag: v0.1~10 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=88e5b4d4641f294d8f824d770c9c55a1abe49768 error: make the module depend on vfprintf-posix * modules/error (Depends-on): Add vfprintf-posix, since error calls vfprintf unconditionally, via error_tail. --- diff --git a/ChangeLog b/ChangeLog index 61a2cb3cf..77a1d0d7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/modules/error b/modules/error index f8676176b..303765c98 100644 --- a/modules/error +++ b/modules/error @@ -15,6 +15,7 @@ Depends-on: 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