Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in

This commit is contained in:
Ulrich Drepper 1999-05-27 15:09:16 +00:00
parent 4a307a9805
commit 2f2f52f755
4 changed files with 10 additions and 5 deletions

4
FAQ
View file

@ -295,7 +295,9 @@ Binutils 2.9.1.0.16 or later is also required.
`message catalog' files containing translated versions of system
messages. See ftp://ftp.gnu.org/pub/gnu or better any mirror
site. (We distribute compiled message catalogs, but they may not be
updated in patches.)
updated in patches.) Please note that the required minimal version
(0.10.35) of gettext is alpha software and available from
ftp://alpha.gnu.org/gnu .
* Some files are built with special tools. E.g., files ending in .gperf
need a `gperf' program. The GNU version (now available in a separate

4
FAQ.in
View file

@ -132,7 +132,9 @@ Binutils 2.9.1.0.16 or later is also required.
`message catalog' files containing translated versions of system
messages. See ftp://ftp.gnu.org/pub/gnu or better any mirror
site. (We distribute compiled message catalogs, but they may not be
updated in patches.)
updated in patches.) Please note that the required minimal version
(0.10.35) of gettext is alpha software and available from
ftp://alpha.gnu.org/gnu .
* Some files are built with special tools. E.g., files ending in .gperf
need a `gperf' program. The GNU version (now available in a separate

View file

@ -198,7 +198,7 @@ Instead, edit the generated @file{Makefile} and uncomment the line
@noindent
You can change the @samp{4} to some other number as appropriate for
your system. Instead of changing the @file{Makefile}, you could give
this option directly to @code{make} and call it as, e.g.
this option directly to @code{make} and call it as, e.g.
@code{make PARALLELMFLAGS=-j4}. If you're building in the source
directory, you've got to use the latter approach since in this case no
new @file{Makefile} is generated which you can change.
@ -354,7 +354,8 @@ and if you change any of the message translation files you will need
@itemize @bullet
@item
GNU @code{gettext} 0.10.35 or later
GNU @code{gettext} 0.10.35 or later (version 0.10.35 is a alpha release
and available via ftp from alpha.gnu.org/gnu)
@end itemize
@noindent

View file

@ -13,7 +13,7 @@ if test -n "$sysheaders"; then
fi
echo $ac_n "checking installed Linux kernel header files""... $ac_c" 1>&6
echo "configure:16: checking installed Linux kernel header files" >&5
if eval "test \"\${libc_cv_linux2010+set}\" = set"; then
if eval "test \"`echo '$''{'libc_cv_linux2010'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF