mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Billy's autoconf conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a78a9b4e02
commit
9f155018a6
@ -1,5 +1,6 @@
|
||||
<sect2>
|
||||
<title>Autoconf Installation Dependencies</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Autoconf Installation Dependencies</title>
|
||||
|
||||
<para>Last checked against version &autoconf-depversion;.</para>
|
||||
|
||||
|
@ -1,13 +1,9 @@
|
||||
<sect2><title>Contents of Autoconf</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>Last checked against version &autoconf-contversion;.</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and
|
||||
ifnames</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
|
||||
<sect3><title>Program file descriptions</title>
|
||||
<sect4><title>autoconf</title>
|
||||
<para>autoconf is a tool for producing shell scripts that automatically
|
||||
configure software source code packages to adapt to many kinds of
|
||||
|
14
appendixa/autoconf-shortdesc.xml
Normal file
14
appendixa/autoconf-shortdesc.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<sect2><title>Contents of Autoconf</title>
|
||||
|
||||
<para>Last checked against version &autoconf-contversion;.</para>
|
||||
<para>
|
||||
Autoconf produces shell scripts which automatically configure source
|
||||
code.</para>
|
||||
|
||||
<para>Autoconf installs the following:</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and
|
||||
ifnames</para></sect3>
|
||||
|
||||
</sect2>
|
@ -3,6 +3,7 @@
|
||||
<?dbhtml filename="autoconf.html" dir="appendixa"?>
|
||||
|
||||
&aa-autoconf-down;
|
||||
&aa-autoconf-shortdesc;
|
||||
&aa-autoconf-desc;
|
||||
&aa-autoconf-dep;
|
||||
|
||||
|
@ -1,11 +1,19 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
<sect2>
|
||||
<title>Installation of Autoconf</title>
|
||||
|
||||
<para>Install Autoconf by running the following commands:</para>
|
||||
<para>Prepare Autoconf to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
<para><screen><userinput>
|
||||
./configure --prefix=/usr</userinput></screen></para>
|
||||
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>And finish off installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
<screen>Estimated build time: &autoconf-time;
|
||||
Estimated required disk space: &autoconf-compsize;</screen>
|
||||
|
||||
&c6-autoconf-inst;
|
||||
&aa-autoconf-desc;
|
||||
&aa-autoconf-shortdesc;
|
||||
&aa-autoconf-dep;
|
||||
&c6-autoconf-inst;
|
||||
|
||||
</sect1>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<!ENTITY c6-autoconf-inst SYSTEM "../chapter06/autoconf-inst.xml">
|
||||
|
||||
<!ENTITY aa-autoconf SYSTEM "../appendixa/autoconf.xml">
|
||||
<!ENTITY aa-autoconf-shortdesc SYSTEM "../appendixa/autoconf-shortdesc.xml">
|
||||
<!ENTITY aa-autoconf-desc SYSTEM "../appendixa/autoconf-desc.xml">
|
||||
<!ENTITY aa-autoconf-dep SYSTEM "../appendixa/autoconf-dep.xml">
|
||||
<!ENTITY aa-autoconf-down SYSTEM "../appendixa/autoconf-down.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user