Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: LFS
- X-seq: zsh-workers 25127
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: LFS
- Date: Sun, 1 Jun 2008 19:20:46 +0100
- In-reply-to: <20080601175243.GA7266@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080531182709.GA14185@xxxxxxxxxxx> <20080601172035.5bb8ad41@pws-pc> <20080601163611.GA5930@xxxxxxxx> <080601101954.ZM11463@xxxxxxxxxxxxxxxxxxxxxx> <20080601175243.GA7266@xxxxxxxx>
On Sun, 1 Jun 2008 17:52:43 +0000
Clint Adams <clint@xxxxxxx> wrote:
> We could hack --enable-lfs back in as some kind of alias to
> --enable-largefile, but I suspect that it would be flimsy and dependent
> on autoconf internals.
I think you're right and we might just as well bite the bullet now.
Possibly what we lose by making a few people use --disable-largefile
instead of --disable-lfs we gain by being compatible with other
autoconf-based systems.
Index: README
===================================================================
RCS file: /cvsroot/zsh/zsh/README,v
retrieving revision 1.52
diff -u -r1.52 README
--- README 2 Apr 2008 12:51:33 -0000 1.52
+++ README 1 Jun 2008 18:16:57 -0000
@@ -34,6 +34,12 @@
Since 4.2:
+The configuration option --enable-lfs to enable large file support has
+been replaced by autoconf's standard --enable-largefile mechanism.
+As this is usually used whenever necessary, this won't usually
+be noticeable; however, anyone configuring with --disable-lfs
+should configure with --disable-largefile instead.
+
The configuration option --with-curses-terminfo has been replaced
by the option --with-term-lib="LIBS" where LIBS is a space-separated
list of libraries to search for termcap and curses features.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author