diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2016-05-03 17:11:08 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2016-05-03 17:11:08 +0000 |
commit | 5d4e1b1f1f749ed5e84113ad1767d5fa92bd4a02 (patch) | |
tree | a7a29300eeb714800f4331c13095b9a26bf7255a /chapter06 | |
parent | 42130d6299b5d0cf916d085dac0a89c079ca52c0 (diff) |
Texinfo - add a note that configure will incorrectly report --disable-static as an unrecognized option.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/texinfo.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 7061cdbca..b0034f840 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -45,6 +45,22 @@ <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> + <variablelist> + <title>The meaning of the configure options:</title> + + <varlistentry> + <term><parameter>--disable-static</parameter></term> + <listitem> + <para>iIn this case, the top-level configure script will complain that + this is an unrecognized option, but the configure script for + XSParagraph recognizes it and uses it to disable installing a static + <filename class="libraryfile">XSParagraph.a</filename> to <filename + class="directory">/usr/lib/texinfo</filename>.</para> + </listitem> + </varlistentry> + + </variablelist> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |