source: general/prog/autoconf213.xml@ 5e96852

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e96852 was 5e96852, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to kf5-apps-16.04.2
Add khelpcenter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17498 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.2 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 <!ENTITY autoconf213-download-http "http://ftp.gnu.org/gnu/autoconf/autoconf-&autoconf213-version;.tar.gz">
8 <!ENTITY autoconf213-download-ftp "ftp://ftp.gnu.org/gnu/autoconf/autoconf-&autoconf213-version;.tar.gz">
9 <!ENTITY autoconf213-md5sum "9de56d4a161a723228220b0f425dc711">
10 <!ENTITY autoconf213-size "434 KB">
11 <!ENTITY autoconf213-buildsize "2.8 MB">
12 <!ENTITY autoconf213-time "less than 0.1 SBU (additional 0.1 SBU for the tests)">
13]>
14
15<sect1 id="autoconf213" xreflabel="Autoconf-&autoconf213-version;">
16 <?dbhtml filename="autoconf213.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Autoconf-&autoconf213-version;</title>
24
25 <indexterm zone="autoconf213">
26 <primary sortas="a-Autoconf-213">Autoconf-213</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Autoconf-2.13</title>
31
32 <para>
33 <application>Autoconf-2.13</application> is an old version of
34 <application>Autoconf</application> . This old version accepts switches
35 which are not valid in more recent versions. Now that
36 <application>firefox</application> has started to use
37 <application>python2</application> for configuring, this old version is
38 required even if configure files have not been changed.
39 </para>
40
41 &lfs79_checked;&gcc6_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&autoconf213-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&autoconf213-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &autoconf213-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &autoconf213-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &autoconf213-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &autoconf213-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Required patch:
82 <ulink url="&patch-root;/autoconf-&autoconf213-version;-consolidated_fixes-1.patch"/>
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">Autoconf-2.13 Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="dejagnu"/> (Required for the tests)
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/autoconf213"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Autoconf-2.13</title>
101
102 <para>
103 Install <application>Check</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>patch -Np1 -i ../autoconf-&autoconf213-version;-consolidated_fixes-1.patch &amp;&amp;
108mv -v autoconf.texi autoconf213.texi &amp;&amp;
109rm -v autoconf.info &amp;&amp;
110./configure --prefix=/usr --program-suffix=2.13 &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the installation, if you have installed <xref linkend="dejagnu"/>
115 issue <command>make check</command> (all 253 tests should pass).
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install &amp;&amp;
123install -v -m644 autoconf213.info /usr/share/info &amp;&amp;
124install-info --info-dir=/usr/share/info autoconf213.info</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <para>
135 <command>mv -v autoconf.texi autoconf213.texi</command>: ensure that the
136 info file added by this package will not overwrite the more recent version.
137 </para>
138
139 <para>
140 <command>rm -v autoconf.info</command>: ensure that the info file will be
141 created by the current version of texinfo.
142 </para>
143
144 <para>
145 <command>--program-suffix=-2.13</command>: ensure that the installed
146 programs have the version added to their names, so that only a script
147 which specifically looks for these old versions will find them.
148 </para>
149
150 <para>
151 <command>install -v -m644 ...</command>: the patch removes install-info
152 from the Makefile because that would install (and if necessary recreate)
153 standards.info which is an old version, so now
154 <filename>autoconf213.info</filename> has to be manually installed.
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directory</segtitle>
166
167 <seglistitem>
168 <seg>
169 autoconf-2.13, autoheader-2.13, autoreconf-2.13, autoscan-2.13, autoupdate-2.13, ifnames-2.13
170 </seg>
171 <seg>
172 None
173 </seg>
174 <seg>
175 /usr/share/autoconf-2.13
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="autoconf-2.13">
186 <term><command>autoconf-2.13</command></term>
187 <listitem>
188 <para>
189 Produces shell scripts that automatically configure software source
190 code packages to adapt to many kinds of Unix-like systems.
191 </para>
192 <indexterm zone="autoconf213 autoconf-2.13">
193 <primary sortas="b-autoconf-2.13">autoconf-2.13</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="autoheader-2.13">
199 <term><command>autoheader-2.13</command></term>
200 <listitem>
201 <para>
202 A tool for creating template files of C <emphasis>#define</emphasis>
203 statements for configure to use
204 </para>
205 <indexterm zone="autoconf213 autoheader-2.13">
206 <primary sortas="b-autoheader-2.13">autoheader-2.13</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="autoreconf-2.13">
212 <term><command>autoreconf-2.13</command></term>
213 <listitem>
214 <para>
215 This automatically runs <command>autoconf-2.13</command>,
216 <command>autoheader-2.13</command>, <command>aclocal</command>,
217 <command>automake</command>, <command>gettextize</command> and
218 <command>libtoolize</command> in the right order when changes
219 have been made to <command>autoconf</command> or
220 <command>automake</command> template files.
221 </para>
222 <indexterm zone="autoconf213 autoreconf-2.13">
223 <primary sortas="b-autoreconf-2.13">autoreconf-2.13</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="autoscan-2.13">
229 <term><command>autoscan-2.13</command></term>
230 <listitem>
231 <para>
232 Can be used as a preliminary step in creating a
233 <filename>configure.in</filename> file.
234 </para>
235 <indexterm zone="autoconf213 autoscan-2.13">
236 <primary sortas="b-autoscan-2.13">autoscan-2.13</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="autoupdate-2.13">
242 <term><command>autoupdate-2.13</command></term>
243 <listitem>
244 <para>
245 Modifies a <filename>configure.in</filename> file that still
246 calls <command>autoconf</command> macros by their old names
247 to use the current macro names.
248 </para>
249 <indexterm zone="autoconf213 autoupdate-2.13">
250 <primary sortas="b-autoupdate-2.13">autoupdate-2,13</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="ifnames-2.13">
256 <term><command>ifnames-2.13</command></term>
257 <listitem>
258 <para>
259 prints the identifiers that the package uses in C preprocessor
260 conditionals [If a package has already been set up to have some
261 portability, this program can help determine what configure needs to
262 check for. It can also fill in gaps in a configure.in file generated
263 by autoscan.]
264 </para>
265 <indexterm zone="autoconf213 ifnames-2.13">
266 <primary sortas="b-ifnames-2.13">ifnames-2.13</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 </variablelist>
272
273 </sect2>
274
275</sect1>
Note: See TracBrowser for help on using the repository browser.