From d4bf2297b458153bb5a5647df90518554bf85a64 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 17 Sep 2010 14:17:57 +0100 Subject: Update gnulib. --- lib/.gitignore | 1 + m4/.gitignore | 1 + m4/gnulib-cache.m4 | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/.gitignore b/lib/.gitignore index 048d811..3dcbcf7 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -131,3 +131,4 @@ /xvasprintf.h /hash-pjw.c /hash-pjw.h +/sys_wait.in.h diff --git a/m4/.gitignore b/m4/.gitignore index 309120e..97d2c1b 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -89,3 +89,4 @@ /xsize.m4 /xvasprintf.m4 /asm-underscore.m4 +/sys_wait_h.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 1f886cb..ebb8cc4 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -10,8 +10,8 @@ # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. -# In projects using CVS, this file is meant to be stored in CVS, -# like the configure.ac and various Makefile.am files. +# In projects that use version control, this file is meant to be put under +# version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: -- cgit