]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* bootstrap.conf (avoided_gnulib_modules): Add dummy.
authorJim Meyering <meyering@redhat.com>
Fri, 2 Jan 2009 16:30:42 +0000 (17:30 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 7 Jan 2009 21:57:19 +0000 (22:57 +0100)
bootstrap.conf

index 203a80caf0a7039e346e4f69e0fcbda8d3a23af1..1388782be5a7fd2d93010ba0ce87b549ba494098 100644 (file)
@@ -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
 # 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,