error: depend on stdio
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2013 20:12:45 +0000 (12:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2013 20:12:59 +0000 (12:12 -0800)
Problem reported by Nikos Mavrogiannopoulos in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00084.html>
* modules/error (Depends-on): Add stdio.

ChangeLog
modules/error

index aa5c36f..3567503 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       error: depend on stdio
+       Problem reported by Nikos Mavrogiannopoulos in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00084.html>
+       * modules/error (Depends-on): Add stdio.
+
 2013-11-18  Ben Pfaff  <blp@cs.stanford.edu>
 
        * doc/relocatable-maint.texi (Supporting Relocation): Improve
index f867617..c78e7fe 100644 (file)
@@ -12,6 +12,7 @@ lib/error.c
 m4/error.m4
 
 Depends-on:
+stdio           [test $ac_cv_lib_error_at_line = no]
 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]