mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
42130d6299
commit
5d4e1b1f1f
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2016-05-03</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Note that configure in texinfo-6.1 incorrectly
|
||||||
|
complains about the --disable-static switch.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2016-04-28</para>
|
<para>2016-04-28</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -45,6 +45,22 @@
|
|||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
|
<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>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!ENTITY version "SVN-20160428">
|
<!ENTITY version "SVN-20160503">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
||||||
but not -rc releases -->
|
but not -rc releases -->
|
||||||
<!ENTITY releasedate "April 28, 2016">
|
<!ENTITY releasedate "May 3, 2016">
|
||||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.10">
|
<!ENTITY milestone "7.10">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user