This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via f9f42f94cc0c898cb3632c404317c671690c679b (commit)
from 8f7343014eb45173a07e044aa7c5875ea745ce56 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f9f42f94cc0c898cb3632c404317c671690c679b
commit f9f42f94cc0c898cb3632c404317c671690c679b
Author: Jim Meyering <[email protected]>
Date: Sun Mar 21 19:10:22 2010 +0100
build: use the fcntl-h module, not "fcntl"
* bootstrap.conf (gnulib_modules): We might need fcntl.h somewhere,
but don't use the fcntl function. Reported by Bruno Haible.
diff --git a/bootstrap.conf b/bootstrap.conf
index 01af676..c9ed8f4 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -29,7 +29,7 @@ dirname
do-release-commit-and-tag
error
exclude
-fcntl
+fcntl-h
fnmatch
getopt-gnu
getpagesize
-----------------------------------------------------------------------
Summary of changes:
bootstrap.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep