source: BOOK/cross-tools/common/m4.xml@ 1c9985f

Last change on this file since 1c9985f was 1c9985f, checked in by Chris Staub <chris@…>, 11 years ago

Updated m4 to use simplified xml, for real

  • Property mode set to 100644
File size: 923 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE c:package [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5]>
6
7<c:package xmlns:c="http://schema.cross-lfs.org/book"
8 xmlns:xi="http://www.w3.org/2001/XInclude"
9 id="ch-cross-tools-m4" c:multibuild="false">
10
11 <c:title>M4</c:title>
12 <c:version>&m4-version;</c:version>
13 <c:variant>cross-tools</c:variant>
14
15 <xi:include href="../../final-system/common/m4.xml"
16 xpointer="xmlns(co=http://schema.cross-lfs.org/book)
17 xpointer(/co:package/co:description[1])" />
18
19<c:install>
20
21 <c:para>Prepare M4 for compilation:</c:para>
22
23<c:command>./configure --prefix=/cross-tools</c:command>
24
25 <c:para>Compile the package:</c:para>
26
27<c:command>make</c:command>
28
29 <c:para>Install the package:</c:para>
30
31<c:command>make install</c:command>
32
33 </c:install>
34
35 <c:contents c:ref="ch-system-m4" />
36
37</c:package>
Note: See TracBrowser for help on using the repository browser.