diff options
-rw-r--r-- | bootstrap.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 203a80caf..1388782be 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 <http://www.gnu.org/licenses/>. -# 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, |