[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: use gnulib's new largefile module
From: |
Jim Meyering |
Subject: |
[PATCH] maint: use gnulib's new largefile module |
Date: |
Tue, 09 Aug 2011 10:35:27 +0200 |
This is insurance.
It's not necessary for me or for anyone using tarballs
I will release, because I am now using autoconf.git/master
which is newer than the required version. As noted in
gnulib/m4/largefile.m4 comments, this is for Mac OS X 10.5 users.
I will be doing the same to diffutils, grep, gzip, patch, etc.,
except there, I will also remove any explicit use of AC_SYS_LARGEFILE
(there was none here).
>From 66c41a6ee048c0c4c9fa12bafdacfdff0be53674 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.
---
bootstrap.conf | 1 +
1 files changed, 1 insertions(+), 0 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
--
1.7.6.409.ge7a85
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: use gnulib's new largefile module,
Jim Meyering <=