diff options
author | Jim Meyering <meyering@redhat.com> | 2011-08-09 10:28:31 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-08-11 15:27:21 +0200 |
commit | dce1da2b57fa57276583ee266b023a110062610f (patch) | |
tree | c846fc23aad2c983f1dca1a775aba1703e1450ed | |
parent | 4cf9eb5282d39af448fa385cdd4ec656ad5f943c (diff) | |
download | coreutils-dce1da2b57fa57276583ee266b023a110062610f.tar.xz |
maint: use gnulib's new largefile modulue
* bootstrap.conf (gnulib_modules): Add largefile.
This is useful to Mac OS X 10.5 users if/when configure
is generated using autoconf prior to v2.68-80-gdb2f2e0.
* gnulib: Update to latest.
-rw-r--r-- | bootstrap.conf | 1 | ||||
m--------- | gnulib | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 0ba560c03..7be4e5a5c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -125,6 +125,7 @@ gnulib_modules=" inttypes isapipe isblank + largefile lchmod lchown ldtoastr diff --git a/gnulib b/gnulib -Subproject fb733077fcd97a36e1ffdb292387943df8e1b9b +Subproject 17857d41b41e7b22ba58e4e0d98693ee14f022d |