source: general/prog/autoconf213.xml@ fc72ade

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since fc72ade was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Lots of tags

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