source: chapter06/automake.xml@ 6ba8e55

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 6ba8e55 was b8bda22, checked in by Matthew Burgess <matthew@…>, 12 years ago

Correct the fix for Automake's testsuite.

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

  • Property mode set to 100644
File size: 9.6 KB
Line 
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" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-automake" role="wrap">
9 <?dbhtml filename="automake.html"?>
10
11 <sect1info condition="script">
12 <productname>automake</productname>
13 <productnumber>&automake-version;</productnumber>
14 <address>&automake-url;</address>
15 </sect1info>
16
17 <title>Automake-&automake-version;</title>
18
19 <indexterm zone="ch-system-automake">
20 <primary sortas="a-Automake">Automake</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Automake package contains programs for generating Makefiles for use
27 with Autoconf.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&automake-ch6-sbu;</seg>
35 <seg>&automake-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Automake</title>
43
44 <para>Fix a bug in the testsuite that can cause one of the tests to fail
45 intermittently:</para>
46
47<screen><userinput remap="pre">sed -i -e '48i$sleep' t/aclocal7.sh</userinput></screen>
48
49 <para>Prepare Automake for compilation:</para>
50
51<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
52
53 <para>Compile the package:</para>
54
55<screen><userinput remap="make">make</userinput></screen>
56
57 <note><para>The tests take a very long time: over 30 SBUs. Running
58 the tests is not recommended.</para></note>
59
60 <para>To test the results, issue:</para>
61
62<screen><userinput remap="test">make check</userinput></screen>
63
64 <para>Install the package:</para>
65
66<screen><userinput remap="install">make install</userinput></screen>
67
68 </sect2>
69
70
71 <sect2 id="contents-automake" role="content">
72 <title>Contents of Automake</title>
73
74 <segmentedlist>
75 <segtitle>Installed programs</segtitle>
76 <segtitle>Installed directories</segtitle>
77
78 <seglistitem>
79 <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake,
80 automake-&am-minor-version;, compile, config.guess, config.sub,
81 depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
82 py-compile, symlink-tree, and ylwrap</seg>
83 <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
84 /usr/share/doc/automake-&automake-version;</seg>
85 </seglistitem>
86 </segmentedlist>
87
88 <variablelist>
89 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
90 <?dbfo list-presentation="list"?>
91 <?dbhtml list-presentation="table"?>
92
93 <varlistentry id="acinstall">
94 <term><command>acinstall</command></term>
95 <listitem>
96 <para>A script that installs aclocal-style M4 files</para>
97 <indexterm zone="ch-system-automake acinstall">
98 <primary sortas="b-acinstall">acinstall</primary>
99 </indexterm>
100 </listitem>
101 </varlistentry>
102
103 <varlistentry id="aclocal">
104 <term><command>aclocal</command></term>
105 <listitem>
106 <para>Generates <filename>aclocal.m4</filename> files based on the
107 contents of <filename>configure.in</filename> files</para>
108 <indexterm zone="ch-system-automake aclocal">
109 <primary sortas="b-aclocal">aclocal</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113
114 <varlistentry id="aclocalversion">
115 <term><command>aclocal-&am-minor-version;</command></term>
116 <listitem>
117 <para>A hard link to <command>aclocal</command></para>
118 <indexterm zone="ch-system-automake aclocalversion">
119 <primary sortas="b-aclocal-&am-minor-version;">aclocal-&am-minor-version;</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123
124 <varlistentry id="automake">
125 <term><command>automake</command></term>
126 <listitem>
127 <para>A tool for automatically generating
128 <filename>Makefile.in</filename> files from
129 <filename>Makefile.am</filename> files. To create all the
130 <filename>Makefile.in</filename> files for a package, run this program
131 in the top-level directory. By scanning the
132 <filename>configure.in</filename> file, it automatically finds each
133 appropriate <filename>Makefile.am</filename> file and generates the
134 corresponding <filename>Makefile.in</filename> file</para>
135 <indexterm zone="ch-system-automake automake">
136 <primary sortas="b-automake">automake</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="automake-version">
142 <term><command>automake-&am-minor-version;</command></term>
143 <listitem>
144 <para>A hard link to <command>automake</command></para>
145 <indexterm zone="ch-system-automake automake-version">
146 <primary sortas="b-automake-&am-minor-version;">automake-&am-minor-version;</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="compile">
152 <term><command>compile</command></term>
153 <listitem>
154 <para>A wrapper for compilers</para>
155 <indexterm zone="ch-system-automake compile">
156 <primary sortas="b-compile">compile</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="config.guess">
162 <term><command>config.guess</command></term>
163 <listitem>
164 <para>A script that attempts to guess the canonical triplet for
165 the given build, host, or target architecture</para>
166 <indexterm zone="ch-system-automake config.guess">
167 <primary sortas="b-config.guess">config.guess</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="config.sub">
173 <term><command>config.sub</command></term>
174 <listitem>
175 <para>A configuration validation subroutine script</para>
176 <indexterm zone="ch-system-automake config.sub">
177 <primary sortas="b-config.sub">config.sub</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="depcomp">
183 <term><command>depcomp</command></term>
184 <listitem>
185 <para>A script for compiling a program so that dependency information
186 is generated in addition to the desired output</para>
187 <indexterm zone="ch-system-automake depcomp">
188 <primary sortas="b-depcomp">depcomp</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="elisp-comp">
194 <term><command>elisp-comp</command></term>
195 <listitem>
196 <para>Byte-compiles Emacs Lisp code</para>
197 <indexterm zone="ch-system-automake elisp-comp">
198 <primary sortas="b-elisp-comp">elisp-comp</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="install-sh">
204 <term><command>install-sh</command></term>
205 <listitem>
206 <para>A script that installs a program, script, or data file</para>
207 <indexterm zone="ch-system-automake install-sh">
208 <primary sortas="b-install-sh">install-sh</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="mdate-sh">
214 <term><command>mdate-sh</command></term>
215 <listitem>
216 <para>A script that prints the modification time of a file or
217 directory</para>
218 <indexterm zone="ch-system-automake mdate-sh">
219 <primary sortas="b-mdate-sh">mdate-sh</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="missing">
225 <term><command>missing</command></term>
226 <listitem>
227 <para>A script acting as a common stub for missing GNU programs during
228 an installation</para>
229 <indexterm zone="ch-system-automake missing">
230 <primary sortas="b-missing">missing</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="mkinstalldirs">
236 <term><command>mkinstalldirs</command></term>
237 <listitem>
238 <para>A script that creates a directory tree</para>
239 <indexterm zone="ch-system-automake mkinstalldirs">
240 <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="py-compile">
246 <term><command>py-compile</command></term>
247 <listitem>
248 <para>Compiles a Python program</para>
249 <indexterm zone="ch-system-automake py-compile">
250 <primary sortas="b-py-compile">py-compile</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="symlink-tree">
256 <term><command>symlink-tree</command></term>
257 <listitem>
258 <para>A script to create a symlink tree of a directory tree</para>
259 <indexterm zone="ch-system-automake symlink-tree">
260 <primary sortas="b-symlink-tree">symlink-tree</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="ylwrap">
266 <term><command>ylwrap</command></term>
267 <listitem>
268 <para>A wrapper for <command>lex</command> and
269 <command>yacc</command></para>
270 <indexterm zone="ch-system-automake ylwrap">
271 <primary sortas="b-ylwrap">ylwrap</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 </variablelist>
277
278 </sect2>
279
280</sect1>
Note: See TracBrowser for help on using the repository browser.