[PATCH] build: pick up latest gnulib fixes

Eric Blake <[email protected]> Mon, 2 May 2011 15:31:34 -0600
Newsgroups gmane.comp.gnu.m4.patches
Message-ID <[email protected]>
Last weekend's patches pointed out a hole in glibc fclose();
while m4 does not trigger the glibc bug (thanks to the use of
the closein module), it's better to pick up all the fixes.

* gnulib: Update to latest, for fclose improvements.

Signed-off-by: Eric Blake <[email protected]>
---
 ChangeLog |    5 +++++
 gnulib    |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 052336b..4908b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-02  Eric Blake  <[email protected]>
+
+	build: pick up latest gnulib fixes
+	* gnulib: Update to latest, for fclose improvements.
+
 2011-04-30  Eric Blake  <[email protected]>

 	build: improve SIGPIPE emulation on mingw
diff --git a/gnulib b/gnulib
index 096d7e1..bcbcf0c 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 096d7e1c450cff94143fd0681439ab42a3a63079
+Subproject commit bcbcf0c59cec0e91db318eccdc564852bafa3c67
-- 
1.7.4.4