* bootstrap.conf (avoided_gnulib_modules): Fix my typo:
authorJim Meyering <jim@meyering.net>
Mon, 15 Jan 2007 09:32:09 +0000 (10:32 +0100)
committerJim Meyering <jim@meyering.net>
Mon, 15 Jan 2007 09:32:09 +0000 (10:32 +0100)
s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/

ChangeLog
bootstrap.conf

index 19801a2..933ea6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-15  Jim Meyering  <jim@meyering.net>
+
+       * bootstrap.conf (avoided_gnulib_modules): Fix my typo:
+       s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/
+
 2007-01-14  Bruno Haible  <bruno@clisp.org>
 
        Enable use of gnulib's new fchdir module.
index a606b42..73e7d49 100644 (file)
@@ -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,