1
0
Prechádzať zdrojové kódy

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
Matthew Burgess 13 rokov pred
rodič
commit
19446d76c7
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  1. 9 0
      chapter05/gettext.xml

+ 9 - 0
chapter05/gettext.xml

@@ -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>