source: chapter06/automake.xml@ 751a13d

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 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 751a13d was 751a13d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Touch up discussions of regression test failures in a few packages

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[673b0d8]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" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[50e693d]7
[81fd230]8<sect1 id="ch-system-automake" role="wrap">
[50e693d]9 <?dbhtml filename="automake.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>automake</productname>
13 <productnumber>&automake-version;</productnumber>
14 <address>&automake-url;</address>
15 </sect1info>
16
[50e693d]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/>
[673b0d8]25
[50e693d]26 <para>The Automake package contains programs for generating Makefiles for use
27 with Autoconf.</para>
[6370fa6]28
[50e693d]29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
[5888299]32
[50e693d]33 <seglistitem>
[e4a5635]34 <seg>&automake-ch6-sbu;</seg>
35 <seg>&automake-ch6-du;</seg>
[50e693d]36 </seglistitem>
37 </segmentedlist>
[a001133]38
[50e693d]39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Automake</title>
43
44 <para>Prepare Automake for compilation:</para>
[73aedd1d]45
[4106b83]46<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
[73aedd1d]47
[50e693d]48 <para>Compile the package:</para>
[73aedd1d]49
[0445a3d]50<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]51
[d02c56d]52 <para>There are a couple of tests that incorrectly link to the
53 wrong version of the flex library, so we temporarily work around
54 the problem. Also, using the -j4 make option speeds up the tests, even on
[fba870f]55 systems with only one processor, due to internal delays in individual
[d02c56d]56 tests. To test the results, issue:</para>
57
[177aee0]58<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
59make -j4 check</userinput></screen>
[0445a3d]60
[751a13d]61 <para>Two tests are known to fail in the LFS environment:
62 check12.sh and check12-w.sh.</para>
[b2f3f15]63
[50e693d]64 <para>Install the package:</para>
[73aedd1d]65
[0445a3d]66<screen><userinput remap="install">make install</userinput></screen>
[73aedd1d]67
[50e693d]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>
[fe05b08]76 <segtitle>Installed directories</segtitle>
[50e693d]77
78 <seglistitem>
[040ecb6]79 <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
80 automake-&am-minor-version; (hard linked with automake) </seg>
[7bb9fda]81 <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
[fe05b08]82 /usr/share/doc/automake-&automake-version;</seg>
[50e693d]83 </seglistitem>
84 </segmentedlist>
85
86 <variablelist>
87 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
88 <?dbfo list-presentation="list"?>
89 <?dbhtml list-presentation="table"?>
90
91 <varlistentry id="aclocal">
92 <term><command>aclocal</command></term>
93 <listitem>
94 <para>Generates <filename>aclocal.m4</filename> files based on the
95 contents of <filename>configure.in</filename> files</para>
96 <indexterm zone="ch-system-automake aclocal">
97 <primary sortas="b-aclocal">aclocal</primary>
98 </indexterm>
99 </listitem>
100 </varlistentry>
101
[7a27279c]102 <varlistentry id="aclocalversion">
[970a126]103 <term><command>aclocal-&am-minor-version;</command></term>
[50e693d]104 <listitem>
105 <para>A hard link to <command>aclocal</command></para>
[7a27279c]106 <indexterm zone="ch-system-automake aclocalversion">
[970a126]107 <primary sortas="b-aclocal-&am-minor-version;">aclocal-&am-minor-version;</primary>
[50e693d]108 </indexterm>
109 </listitem>
110 </varlistentry>
111
112 <varlistentry id="automake">
113 <term><command>automake</command></term>
114 <listitem>
115 <para>A tool for automatically generating
116 <filename>Makefile.in</filename> files from
[7bb9fda]117 <filename>Makefile.am</filename> files [To create all the
[50e693d]118 <filename>Makefile.in</filename> files for a package, run this program
119 in the top-level directory. By scanning the
120 <filename>configure.in</filename> file, it automatically finds each
121 appropriate <filename>Makefile.am</filename> file and generates the
[7bb9fda]122 corresponding <filename>Makefile.in</filename> file.]</para>
[50e693d]123 <indexterm zone="ch-system-automake automake">
124 <primary sortas="b-automake">automake</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="automake-version">
[970a126]130 <term><command>automake-&am-minor-version;</command></term>
[50e693d]131 <listitem>
132 <para>A hard link to <command>automake</command></para>
133 <indexterm zone="ch-system-automake automake-version">
[970a126]134 <primary sortas="b-automake-&am-minor-version;">automake-&am-minor-version;</primary>
[50e693d]135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
[673b0d8]142
143</sect1>
Note: See TracBrowser for help on using the repository browser.