Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    r0869f1e r3ed279f  
    5656</segmentedlist>
    5757
    58 <variablelist><title>Short descriptions</title>
     58<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     59<?dbfo list-presentation="list"?>
    5960
    6061<varlistentry id="autoconf">
    6162<term><command>autoconf</command></term>
    6263<listitem>
    63 <indexterm zone="ch-system-autoconf autoconf"><primary sortas="b-autoconf">autoconf</primary></indexterm>
    6464<para>is a tool for producing shell scripts that automatically
    6565configure software source code packages to adapt to many kinds of
    6666Unix-like systems. The configuration scripts it produces are
    6767independent -- running them does not require the autoconf program.</para>
     68<indexterm zone="ch-system-autoconf autoconf"><primary sortas="b-autoconf">autoconf</primary></indexterm>
    6869</listitem>
    6970</varlistentry>
     
    7273<term><command>autoheader</command> </term>
    7374<listitem>
    74 <indexterm zone="ch-system-autoconf autoheader"><primary sortas="b-autoheader">autoheader</primary></indexterm>
    7575<para>a tool for creating template files of C
    7676<emphasis>#define</emphasis> statements for configure to use.</para>
     77<indexterm zone="ch-system-autoconf autoheader"><primary sortas="b-autoheader">autoheader</primary></indexterm>
    7778</listitem>
    7879</varlistentry>
     
    8182<term><command>autom4te</command></term>
    8283<listitem>
     84<para>a wrapper for the M4 macro processor.</para>
    8385<indexterm zone="ch-system-autoconf autom4te"><primary sortas="b-autom4te">autom4te</primary></indexterm>
    84 <para>a wrapper for the M4 macro processor.</para>
    8586</listitem>
    8687</varlistentry>
     
    8990<term><command>autoreconf</command></term>
    9091<listitem>
    91 <indexterm zone="ch-system-autoconf autoreconf"><primary sortas="b-autoreconf">autoreconf</primary></indexterm>
    9292<para>automatically runs <command>autoconf</command>,
    9393<command>autoheader</command>, <command>aclocal</command>,
     
    9595<command>libtoolize</command> in the correct order to save you time
    9696when changes are made to autoconf and automake template files.</para>
     97<indexterm zone="ch-system-autoconf autoreconf"><primary sortas="b-autoreconf">autoreconf</primary></indexterm>
    9798</listitem>
    9899</varlistentry>
     
    101102<term><command>autoscan</command> </term>
    102103<listitem>
    103 <indexterm zone="ch-system-autoconf autoscan"><primary sortas="b-autoscan">autoscan</primary></indexterm>
    104104<para>helps to create a <filename>configure.in</filename> file for a
    105105software package. It examines the source files in a directory tree,
     
    108108preliminary <filename>configure.in</filename> file for the
    109109package.</para>
     110<indexterm zone="ch-system-autoconf autoscan"><primary sortas="b-autoscan">autoscan</primary></indexterm>
    110111</listitem>
    111112</varlistentry>
     
    114115<term><command>autoupdate</command></term>
    115116<listitem>
    116 <indexterm zone="ch-system-autoconf autoupdate"><primary sortas="b-autoupdate">autoupdate</primary></indexterm>
    117117<para>modifies a <filename>configure.in</filename> file that still
    118118calls autoconf macros by their old names to use the current macro
    119119names.</para>
     120<indexterm zone="ch-system-autoconf autoupdate"><primary sortas="b-autoupdate">autoupdate</primary></indexterm>
    120121</listitem>
    121122</varlistentry>
     
    124125<term><command>ifnames</command> </term>
    125126<listitem>
    126 <indexterm zone="ch-system-autoconf ifnames"><primary sortas="b-ifnames">ifnames</primary></indexterm>
    127127<para>is helpful when writing a <filename>configure.in</filename> file
    128128for a software package. It prints the identifiers that the package
     
    132132gaps in a <filename>configure.in</filename> file generated by
    133133autoscan.</para>
     134<indexterm zone="ch-system-autoconf ifnames"><primary sortas="b-ifnames">ifnames</primary></indexterm>
    134135</listitem>
    135136</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.