]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* 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 19801a2fd8dc5935010991058d88fe2a5eefd236..933ea6a5710ce5b3cc9378c6973876896ba1b74f 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 a606b425d2f66a8db36f95c075485ff3f70c2381..73e7d4926d3364bbb4c0acf97d54cd467af2e376 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,