source: chapter06/automake.xml@ 15faad9

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 15faad9 was 0ba6d53, checked in by Matthew Burgess <matthew@…>, 12 years ago

Upgrade to Automake-1.12. Fixes #3070.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9836 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>Prepare Automake for compilation:</para>
45
46<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
47
48 <para>Compile the package:</para>
49
50<screen><userinput remap="make">make</userinput></screen>
51
52 <para>Fix a couple of minor bugs in the test suite:</para>
53
54<screen><userinput remap="pre">sed -i -e "s/yacc/lex/" t/lex-clean.sh
55sed -i -e "s/cc/'non-root cc'/" t/dist-readonly.sh</userinput></screen>
56
57 <para>To test the results, issue:</para>
58
59<screen><userinput remap="test">make check</userinput></screen>
60
61 <para>This takes a long time, about 10 SBUs.</para>
62
63 <para>Install the package:</para>
64
65<screen><userinput remap="install">make install</userinput></screen>
66
67 </sect2>
68
69
70 <sect2 id="contents-automake" role="content">
71 <title>Contents of Automake</title>
72
73 <segmentedlist>
74 <segtitle>Installed programs</segtitle>
75 <segtitle>Installed directories</segtitle>
76
77 <seglistitem>
78 <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake,
79 automake-&am-minor-version;, compile, config.guess, config.sub,
80 depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
81 py-compile, symlink-tree, and ylwrap</seg>
82 <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
83 /usr/share/doc/automake-&automake-version;</seg>
84 </seglistitem>
85 </segmentedlist>
86
87 <variablelist>
88 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
89 <?dbfo list-presentation="list"?>
90 <?dbhtml list-presentation="table"?>
91
92 <varlistentry id="acinstall">
93 <term><command>acinstall</command></term>
94 <listitem>
95 <para>A script that installs aclocal-style M4 files</para>
96 <indexterm zone="ch-system-automake acinstall">
97 <primary sortas="b-acinstall">acinstall</primary>
98 </indexterm>
99 </listitem>
100 </varlistentry>
101
102 <varlistentry id="aclocal">
103 <term><command>aclocal</command></term>
104 <listitem>
105 <para>Generates <filename>aclocal.m4</filename> files based on the
106 contents of <filename>configure.in</filename> files</para>
107 <indexterm zone="ch-system-automake aclocal">
108 <primary sortas="b-aclocal">aclocal</primary>
109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 <varlistentry id="aclocalversion">
114 <term><command>aclocal-&am-minor-version;</command></term>
115 <listitem>
116 <para>A hard link to <command>aclocal</command></para>
117 <indexterm zone="ch-system-automake aclocalversion">
118 <primary sortas="b-aclocal-&am-minor-version;">aclocal-&am-minor-version;</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 <varlistentry id="automake">
124 <term><command>automake</command></term>
125 <listitem>
126 <para>A tool for automatically generating
127 <filename>Makefile.in</filename> files from
128 <filename>Makefile.am</filename> files. To create all the
129 <filename>Makefile.in</filename> files for a package, run this program
130 in the top-level directory. By scanning the
131 <filename>configure.in</filename> file, it automatically finds each
132 appropriate <filename>Makefile.am</filename> file and generates the
133 corresponding <filename>Makefile.in</filename> file</para>
134 <indexterm zone="ch-system-automake automake">
135 <primary sortas="b-automake">automake</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="automake-version">
141 <term><command>automake-&am-minor-version;</command></term>
142 <listitem>
143 <para>A hard link to <command>automake</command></para>
144 <indexterm zone="ch-system-automake automake-version">
145 <primary sortas="b-automake-&am-minor-version;">automake-&am-minor-version;</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="compile">
151 <term><command>compile</command></term>
152 <listitem>
153 <para>A wrapper for compilers</para>
154 <indexterm zone="ch-system-automake compile">
155 <primary sortas="b-compile">compile</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="config.guess">
161 <term><command>config.guess</command></term>
162 <listitem>
163 <para>A script that attempts to guess the canonical triplet for
164 the given build, host, or target architecture</para>
165 <indexterm zone="ch-system-automake config.guess">
166 <primary sortas="b-config.guess">config.guess</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="config.sub">
172 <term><command>config.sub</command></term>
173 <listitem>
174 <para>A configuration validation subroutine script</para>
175 <indexterm zone="ch-system-automake config.sub">
176 <primary sortas="b-config.sub">config.sub</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="depcomp">
182 <term><command>depcomp</command></term>
183 <listitem>
184 <para>A script for compiling a program so that dependency information
185 is generated in addition to the desired output</para>
186 <indexterm zone="ch-system-automake depcomp">
187 <primary sortas="b-depcomp">depcomp</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="elisp-comp">
193 <term><command>elisp-comp</command></term>
194 <listitem>
195 <para>Byte-compiles Emacs Lisp code</para>
196 <indexterm zone="ch-system-automake elisp-comp">
197 <primary sortas="b-elisp-comp">elisp-comp</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="install-sh">
203 <term><command>install-sh</command></term>
204 <listitem>
205 <para>A script that installs a program, script, or data file</para>
206 <indexterm zone="ch-system-automake install-sh">
207 <primary sortas="b-install-sh">install-sh</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="mdate-sh">
213 <term><command>mdate-sh</command></term>
214 <listitem>
215 <para>A script that prints the modification time of a file or
216 directory</para>
217 <indexterm zone="ch-system-automake mdate-sh">
218 <primary sortas="b-mdate-sh">mdate-sh</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="missing">
224 <term><command>missing</command></term>
225 <listitem>
226 <para>A script acting as a common stub for missing GNU programs during
227 an installation</para>
228 <indexterm zone="ch-system-automake missing">
229 <primary sortas="b-missing">missing</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="mkinstalldirs">
235 <term><command>mkinstalldirs</command></term>
236 <listitem>
237 <para>A script that creates a directory tree</para>
238 <indexterm zone="ch-system-automake mkinstalldirs">
239 <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="py-compile">
245 <term><command>py-compile</command></term>
246 <listitem>
247 <para>Compiles a Python program</para>
248 <indexterm zone="ch-system-automake py-compile">
249 <primary sortas="b-py-compile">py-compile</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="symlink-tree">
255 <term><command>symlink-tree</command></term>
256 <listitem>
257 <para>A script to create a symlink tree of a directory tree</para>
258 <indexterm zone="ch-system-automake symlink-tree">
259 <primary sortas="b-symlink-tree">symlink-tree</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="ylwrap">
265 <term><command>ylwrap</command></term>
266 <listitem>
267 <para>A wrapper for <command>lex</command> and
268 <command>yacc</command></para>
269 <indexterm zone="ch-system-automake ylwrap">
270 <primary sortas="b-ylwrap">ylwrap</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 </variablelist>
276
277 </sect2>
278
279</sect1>
Note: See TracBrowser for help on using the repository browser.