From: Jim Meyering Date: Mon, 15 Jan 2007 09:32:09 +0000 (+0100) Subject: * bootstrap.conf (avoided_gnulib_modules): Fix my typo: X-Git-Tag: COREUTILS-6_8~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54050ea91d685ed82dc46281567da99a6f58a046;p=thirdparty%2Fcoreutils.git * bootstrap.conf (avoided_gnulib_modules): Fix my typo: s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/ --- diff --git a/ChangeLog b/ChangeLog index 19801a2fd8..933ea6a571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-15 Jim Meyering + + * bootstrap.conf (avoided_gnulib_modules): Fix my typo: + s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/ + 2007-01-14 Bruno Haible Enable use of gnulib's new fchdir module. diff --git a/bootstrap.conf b/bootstrap.conf index a606b425d2..73e7d4926d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 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 @@ -24,7 +24,7 @@ avoided_gnulib_modules=' --avoid=lock --avoid=size_max --avoid=xsize - --avoid=canonicalize-gpl + --avoid=canonicalize-lgpl ' # These modules are obsolete and can probably be removed soon,