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

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 5ff8c3a was aa0b625, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Tag Xorg and dependencies

  • Property mode set to 100644
File size: 9.0 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 "&gnu-http;/autoconf/autoconf-&autoconf213-version;.tar.gz">
8 <!ENTITY autoconf213-download-ftp "&gnu-ftp;/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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Autoconf&autoconf213-version;</title>
23
24 <indexterm zone="autoconf213">
25 <primary sortas="a-Autoconf213">Autoconf213</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Autoconf2.13</title>
30
31 <para>
32 <application>Autoconf2.13</application> is an old version of
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
40 &lfs112_checked;
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
86<!--
87 <bridgehead renderas="sect3">Autoconf2.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
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/autoconf213"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Autoconf2.13</title>
102
103 <para>
104 Install <application>Autoconf</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>patch -Np1 -i ../autoconf-&autoconf213-version;-consolidated_fixes-1.patch &amp;&amp;
109mv -v autoconf.texi autoconf213.texi &amp;&amp;
110rm -v autoconf.info &amp;&amp;
111./configure --prefix=/usr --program-suffix=2.13 &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 To test the installation <!--, if you have installed <xref linkend="dejagnu"/>,-->
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;
125install-info --info-dir=/usr/share/info autoconf213.info</userinput></screen>
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>
143 <command>--program-suffix=2.13</command>: ensure that the installed
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>
167 autoconf2.13,
168 autoheader2.13,
169 autoreconf2.13,
170 autoscan2.13,
171 autoupdate2.13, and
172 ifnames2.13
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
188 <varlistentry id="autoconf2.13">
189 <term><command>autoconf2.13</command></term>
190 <listitem>
191 <para>
192 Produces shell scripts that automatically configure software source
193 code packages to adapt to many kinds of Unix-like systems
194 </para>
195 <indexterm zone="autoconf213 autoconf2.13">
196 <primary sortas="b-autoconf2.13">autoconf2.13</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="autoheader2.13">
202 <term><command>autoheader2.13</command></term>
203 <listitem>
204 <para>
205 is a tool for creating template files of C
206 <emphasis>#define</emphasis> statements for configure to use
207 </para>
208 <indexterm zone="autoconf213 autoheader2.13">
209 <primary sortas="b-autoheader2.13">autoheader2.13</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="autoreconf2.13">
215 <term><command>autoreconf2.13</command></term>
216 <listitem>
217 <para>
218 This automatically runs <command>autoconf2.13</command>,
219 <command>autoheader2.13</command>, <command>aclocal</command>,
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
223 <command>automake</command> template files
224 </para>
225 <indexterm zone="autoconf213 autoreconf2.13">
226 <primary sortas="b-autoreconf2.13">autoreconf2.13</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="autoscan2.13">
232 <term><command>autoscan2.13</command></term>
233 <listitem>
234 <para>
235 Can be used as a preliminary step in creating a
236 <filename>configure.in</filename> file
237 </para>
238 <indexterm zone="autoconf213 autoscan2.13">
239 <primary sortas="b-autoscan2.13">autoscan2.13</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="autoupdate2.13">
245 <term><command>autoupdate2.13</command></term>
246 <listitem>
247 <para>
248 Modifies a <filename>configure.in</filename> file that still
249 calls <command>autoconf</command> macros by their old names
250 to use the current macro names
251 </para>
252 <indexterm zone="autoconf213 autoupdate2.13">
253 <primary sortas="b-autoupdate2.13">autoupdate2.13</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="ifnames2.13">
259 <term><command>ifnames2.13</command></term>
260 <listitem>
261 <para>
262 Prints the identifiers that the package uses in C preprocessor
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
266 by autoscan]
267 </para>
268 <indexterm zone="autoconf213 ifnames2.13">
269 <primary sortas="b-ifnames2.13">ifnames2.13</primary>
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.