From 54050ea91d685ed82dc46281567da99a6f58a046 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Jan 2007 10:32:09 +0100 Subject: [PATCH] * bootstrap.conf (avoided_gnulib_modules): Fix my typo: s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/ --- ChangeLog | 5 +++++ bootstrap.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19801a2..933ea6a 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 a606b42..73e7d49 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, -- 2.7.4