diff options
author | Jim Meyering <jim@meyering.net> | 2007-04-25 10:55:56 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-25 10:55:56 +0200 |
commit | 3d19a12976fcab887458fc61235c2506d68a6fba (patch) | |
tree | a7a33f32d038e97a610aa104ba071c1c7f924762 | |
parent | 5c82d3f1ce8c24bfc35d4750653f3635573fc593 (diff) | |
download | coreutils-3d19a12976fcab887458fc61235c2506d68a6fba.tar.xz |
* bootstrap.conf (gnulib_modules): Add fseeko and ftello.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | bootstrap.conf | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ 2007-04-25 Jim Meyering <jim@meyering.net> - * bootstrap.conf (gnulib_modules): Add fseeko. + * bootstrap.conf (gnulib_modules): Add fseeko and ftello. 2007-04-24 Jim Meyering <jim@meyering.net> diff --git a/bootstrap.conf b/bootstrap.conf index 3e6622639..847e58473 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -51,7 +51,9 @@ gnulib_modules=" fopen-safer fprintftime fseeko - fsusage ftruncate fts getdate getgroups gethrxtime + fsusage ftruncate + ftello + fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell gnupload group-member hard-locale hash hash-pjw host-os human idcache |