mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
25127: note --disable-lfs/--disable-largefile incompatibility
This commit is contained in:
parent
d3774db0b4
commit
960f24933e
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 25127: README: note the changes in 25124 and 25126 as
|
||||
an incompatibility.
|
||||
|
||||
2008-06-01 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25124, 25126: INSTALL, MACHINES, configure.ac, Src/zsh.h: work
|
||||
|
|
9
README
9
README
|
@ -32,7 +32,14 @@ details, see the documentation.
|
|||
Possible incompatibilities
|
||||
---------------------------
|
||||
|
||||
Since 4.2:
|
||||
This section documents incompatibilities in the shell since the 4.2
|
||||
series of releases.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue