Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: LFS



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