From: Jim Meyering Date: Fri, 2 Jan 2009 16:30:42 +0000 (+0100) Subject: * bootstrap.conf (avoided_gnulib_modules): Add dummy. X-Git-Tag: v7.1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e3a5ae5193e0b14abd3d3428b1546bd15a20a8b;p=thirdparty%2Fcoreutils.git * bootstrap.conf (avoided_gnulib_modules): Add dummy. --- 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,