aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-11 23:30:01 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-11 23:30:01 +0000
commit19446d76c797c723a93691486a61826bfed42128 (patch)
treec4b679e7c23ecff081ffef895fc64ab011cc2a54 /chapter05
parent86acad366ae8a83655cbd99a25b97b8928913a48 (diff)
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
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gettext.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index 378c1445a..a8b59ea1e 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -55,6 +55,15 @@ EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
<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>
<para>We do not need to install any of the shared Gettext libraries at