diff options
| author | Eric Blake <ebb9@byu.net> | 2009-09-22 15:03:02 -0600 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-09-23 08:45:08 +0200 |
| commit | 8a1edc971f6439c51027873a345378ec52954c9d (patch) | |
| tree | 3b9d5c266b9a89e9edb0aed103119cb25fa8d3d8 /bootstrap.conf | |
| parent | maint: df.c: adapt to newer gnulib (diff) | |
| download | coreutils-8a1edc971f6439c51027873a345378ec52954c9d.tar.gz coreutils-8a1edc971f6439c51027873a345378ec52954c9d.zip | |
readlink: pick up gnulib changes to readlink -f
* bootstrap.conf (obsolete_gnulib_modules): Move rename...
(gnulib_modules): ...here. Add symlink.
* NEWS: Document the change in readlink.
* doc/coreutils.texi (readlink invocation): Likewise.
* tests/readlink/can-f: Update test to new semantics, and add test
of loop.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index fb5ed1584..d1dc128e8 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -31,7 +31,6 @@ obsolete_gnulib_modules=' memcpy memmove memset - rename strcspn strtod strtol @@ -177,6 +176,7 @@ gnulib_modules=" readutmp realloc regex + rename rename-dest-slash rmdir root-dev-ino @@ -203,6 +203,7 @@ gnulib_modules=" strtoimax strtoumax strverscmp + symlink sys_stat timespec tzset |
