[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: use gnulib's new largefile modulue
From: |
Jim Meyering |
Subject: |
[PATCH] maint: use gnulib's new largefile modulue |
Date: |
Thu, 11 Aug 2011 16:46:22 +0200 |
FYI,
>From dce1da2b57fa57276583ee266b023a110062610f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 9 Aug 2011 10:28:31 +0200
Subject: [PATCH] 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.
---
bootstrap.conf | 1 +
gnulib | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 0ba560c..7be4e5a 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
index fb73307..17857d4 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit fb733077fcd97a36e1ffdb292387943df8e1b9b4
+Subproject commit 17857d41b41e7b22ba58e4e0d98693ee14f022d4
--
1.7.6.433.g1421f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: use gnulib's new largefile modulue,
Jim Meyering <=