source: chapter05/m4.xml@ c11bcb7

Last change on this file since c11bcb7 was c11bcb7, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Merged r8366 from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[9dfc02f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9dfc02f]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[7b82580]7
[81fd230]8<sect1 id="ch-tools-m4" role="wrap">
[7b82580]9 <?dbhtml filename="m4.html"?>
10
[c11bcb7]11 <sect1info condition="script">
12 <productname>m4</productname>
13 <productnumber>&m4-version;</productnumber>
14 <address>&m4-url;</address>
15 </sect1info>
16
[7b82580]17 <title>M4-&m4-version;</title>
18
19 <indexterm zone="ch-tools-m4">
20 <primary sortas="a-M4">M4</primary>
21 <secondary>tools</secondary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title/>
[9dfc02f]26
[7b82580]27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../chapter06/m4.xml"
29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[81fd230]30
[7b82580]31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
[9dfc02f]34
[7b82580]35 <seglistitem>
[e4a5635]36 <seg>&m4-ch5-sbu;</seg>
37 <seg>&m4-ch5-du;</seg>
[7b82580]38 </seglistitem>
39 </segmentedlist>
[9dfc02f]40
[7b82580]41 </sect2>
[9dfc02f]42
[7b82580]43 <sect2 role="installation">
44 <title>Installation of M4</title>
[9dfc02f]45
[7b82580]46 <para>Prepare M4 for compilation:</para>
[9dfc02f]47
48<screen><userinput>./configure --prefix=/tools</userinput></screen>
49
[7b82580]50 <para>Compile the package:</para>
[9dfc02f]51
52<screen><userinput>make</userinput></screen>
53
[7b82580]54 <para>To test the results, issue:
55 <userinput>make check</userinput>.</para>
[9dfc02f]56
[7b82580]57 <para>Install the package:</para>
[9dfc02f]58
59<screen><userinput>make install</userinput></screen>
60
[7b82580]61 </sect2>
[9dfc02f]62
[7b82580]63 <sect2 role="content">
64 <title/>
[81fd230]65
[7b82580]66 <para>Details on this package are located in
67 <xref linkend="contents-m4" role="."/></para>
68
69 </sect2>
[81fd230]70
[7b82580]71</sect1>
Note: See TracBrowser for help on using the repository browser.