Add explanation for the EMACS variable in Gettext's configure invocation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-03-11 23:30:01 +00:00
parent 86acad366a
commit 19446d76c7

View File

@ -54,6 +54,15 @@ EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
<variablelist>
<title>The meaning of the configure option:</title>
<varlistentry>
<term><parameter>EMACS="no"</parameter></term>
<listitem>
<para>This prevents the configure script from determining where to
install Emacs Lisp files as the test is known to hang on some hosts.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
<listitem>