(Tools for Compilation): Update required texinfo version.

This commit is contained in:
Ulrich Drepper 1999-03-07 08:16:52 +00:00
parent aad20af475
commit 407dc7a070
3 changed files with 475 additions and 406 deletions

View file

@ -309,7 +309,7 @@ For PPC you might need some patches even on top of the last binutils
version. See the FAQ.
@item
GNU @code{texinfo} 3.11
GNU @code{texinfo} 3.12f
To correctly translate and install the Texinfo documentation you need
this version of the @code{texinfo} package. Earlier versions do not

File diff suppressed because it is too large Load diff

View file

@ -165,10 +165,6 @@ __ttyname_r (fd, buf, buflen)
{
__set_errno (save);
ret = ENOENT;
}
else
{
__set_errno (save);
dev_pts_available = 0;
}
}