From 5e3a5ae5193e0b14abd3d3428b1546bd15a20a8b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 2 Jan 2009 17:30:42 +0100 Subject: [PATCH] * bootstrap.conf (avoided_gnulib_modules): Add dummy. --- bootstrap.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 203a80caf0..1388782be5 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2009 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,11 +16,11 @@ # along with this program. If not, see . -# We don't need these modules, even though gnulib-tool mistakenly -# includes them because of gettext and fchdir dependencies. +# We don't need these modules. avoided_gnulib_modules=' - --avoid=lock --avoid=canonicalize-lgpl + --avoid=dummy + --avoid=lock ' # These modules are obsolete and can probably be removed soon, -- 2.47.3