FYI, >From 76c2884fa468e0107330d7313c777dbdbdd7034c Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 20 Mar 2010 22:22:51 +0100 Subject: [PATCH] build: reinstate gnulib's fcntl-h-tests
* bootstrap.conf (gnulib_tool_option_extras): Do not avoid the fcntl-h-tests. I cannot reproduce the failure. --- bootstrap.conf | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 2170e19..0f38fcb 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -124,7 +124,6 @@ fi test -f ChangeLog || touch ChangeLog || exit 1 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests" -gnulib_tool_option_extras="$gnulib_tool_option_extras --avoid=fcntl-h-tests" # Build prerequisites buildreq="\ -- 1.7.0.2.455.g91132
