summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-15 10:32:09 +0100
committerJim Meyering <jim@meyering.net>2007-01-15 10:32:09 +0100
commit54050ea91d685ed82dc46281567da99a6f58a046 (patch)
tree48f209ca4f784306b6f85ec83386f821e27e14db /bootstrap.conf
parentaa5a4fc172e34d73eb5f29ff3095953ac94de64f (diff)
downloadcoreutils-54050ea91d685ed82dc46281567da99a6f58a046.tar.xz
* bootstrap.conf (avoided_gnulib_modules): Fix my typo:
s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a606b425d..73e7d4926 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,