diff options
author | Bruno Haible <bruno@clisp.org> | 2007-01-14 17:15:49 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-14 17:15:49 +0100 |
commit | bb4112b4075b82009f307367756c9689d8772592 (patch) | |
tree | a939a8c856bfe3ed2df44a96d71029808899dc57 /bootstrap.conf | |
parent | 9c88531fb059e3c32138359fb9b8615858af0f94 (diff) | |
download | coreutils-bb4112b4075b82009f307367756c9689d8772592.tar.gz coreutils-bb4112b4075b82009f307367756c9689d8772592.tar.bz2 coreutils-bb4112b4075b82009f307367756c9689d8772592.zip |
Enable use of gnulib's new fchdir module.
* bootstrap.conf (avoided_gnulib_modules): Avoid canonicalize-lgpl,
since we use canonicalize.
(gnulib_modules): Add fchdir.
* m4/jm-macros.m4 (coreutils_MACROS): Remove fchdir-stub.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 41d925fa9..a606b425d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -19,11 +19,12 @@ # We don't need these modules, even though gnulib-tool mistakenly -# includes them because of gettext dependencies. +# includes them because of gettext and fchdir dependencies. avoided_gnulib_modules=' --avoid=lock --avoid=size_max --avoid=xsize + --avoid=canonicalize-gpl ' # These modules are obsolete and can probably be removed soon, @@ -41,8 +42,8 @@ gnulib_modules=" c-strtold calloc canon-host canonicalize chown cloexec config-h configmake closeout cycle-check d-ino d-type diacrit dirfd dirname dup2 - error euidaccess exclude exitfail fcntl fcntl-safer fdl file-type - fileblocks filemode filenamecat fnmatch-gnu fopen-safer + error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl + file-type fileblocks filemode filenamecat fnmatch-gnu fopen-safer fprintftime fsusage ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell gnupload |