Changeset 1c9985f for BOOK/final-system
- Timestamp:
- Dec 18, 2013, 12:35:49 AM (11 years ago)
- Children:
- 026bb5d
- Parents:
- d240b159
- Location:
- BOOK/final-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/m4.xml
rd240b159 r1c9985f 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 2 <!DOCTYPE c:package [ 4 3 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 4 %general-entities; 6 5 ]> 7 6 8 < sect1 id="ch-system-m4" role="wrap">9 <?dbhtml filename="m4.html"?>7 <c:package xmlns:c="http://schema.cross-lfs.org/book" 8 id="ch-system-m4" c:multibuild="false"> 10 9 11 <title>M4-&m4-version;</title> 10 <c:title>M4</c:title> 11 <c:version>&m4-version;</c:version> 12 <c:description>The M4 package contains a macro processor.</c:description> 12 13 13 <indexterm zone="ch-system-m4"> 14 <primary sortas="a-M4">M4</primary> 15 </indexterm> 14 <c:install> 16 15 17 <sect2 role="package"> 18 <title/> 16 <c:para>Prepare M4 for compilation:</c:para> 19 17 20 <para>The M4 package contains a macro processor.</para> 18 <c:command c:multilib="false">./configure --prefix=/usr</c:command> 19 <c:command c:multilib="true">CC="gcc ${BUILD64}" ./configure --prefix=/usr</c:command> 21 20 22 </sect2>21 <c:para>Compile the package:</c:para> 23 22 24 <sect2 role="installation"> 25 <title>Installation of M4</title> 23 <c:command>make</c:command> 26 24 27 <para os="a">Prepare M4 for compilation:</para> 25 <c:para>To test the results, issue: 26 <c:command>make check</c:command>.</c:para> 28 27 29 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>28 <c:para>Install the package:</c:para> 30 29 31 < para os="c">Compile the package:</para>30 <c:command>make install</c:command> 32 31 33 <screen os="d"><userinput>make</userinput></screen>32 </c:install> 34 33 35 <para os="e">To test the results, issue: 36 <userinput>make check</userinput>.</para> 34 <c:contents> 37 35 38 <para os="f">Install the package:</para> 39 40 <screen os="g"><userinput>make install</userinput></screen> 41 42 </sect2> 43 44 <sect2 id="contents-m4" role="content"> 45 <title>Contents of M4</title> 46 47 <segmentedlist> 48 <segtitle>Installed program</segtitle> 49 50 <seglistitem> 51 <seg>m4</seg> 52 </seglistitem> 53 </segmentedlist> 54 55 <variablelist> 56 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 57 <?dbfo list-presentation="list"?> 58 <?dbhtml list-presentation="table"?> 59 60 <varlistentry id="m4"> 61 <!-- Don't remove the extra space, it prevet a FOP warning. --> 62 <term><command>m4 </command></term> 63 <listitem> 64 <para>copies the given files while expanding the macros that they 36 <c:program> 37 <c:name>m4</c:name> 38 <c:description>copies the given files while expanding the macros that they 65 39 contain. These macros are either built-in or user-defined and can 66 40 take any number of arguments. Besides performing macro expansion, 67 <c ommand>m4</command> has built-in functions for including named41 <c:command>m4</c:command> has built-in functions for including named 68 42 files, running Unix commands, performing integer arithmetic, 69 manipulating text, recursion, etc. The <c ommand>m4</command>43 manipulating text, recursion, etc. The <c:command>m4</c:command> 70 44 program can be used either as a front-end to a compiler or as a 71 macro processor in its own right.</para> 72 <indexterm zone="ch-system-m4 m4"> 73 <primary sortas="b-m4">m4</primary> 74 </indexterm> 75 </listitem> 76 </varlistentry> 45 macro processor in its own right.</c:description> 46 </c:program> 77 47 78 </variablelist>48 </c:contents> 79 49 80 </sect2> 81 82 </sect1> 50 </c:package> -
BOOK/final-system/mips64-chapter.xml
rd240b159 r1c9985f 58 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/> 59 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/> 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" multilib/m4.xml"/>60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> 61 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-n32.xml"/> -
BOOK/final-system/ppc64-chapter.xml
rd240b159 r1c9985f 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" multilib/m4.xml"/>50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/> 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/> -
BOOK/final-system/sparc64-chapter.xml
rd240b159 r1c9985f 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" multilib/m4.xml"/>50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/> 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/> -
BOOK/final-system/x86_64-chapter.xml
rd240b159 r1c9985f 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" multilib/m4.xml"/>50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/> 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.