source: general/prog/autoconf213.xml@ 8558044

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 8558044 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

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