diff options
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r-- | chapter06/autoconf.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index dd7c5e233..b4c39aea2 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -57,8 +57,8 @@ autoreconf, autoscan, autoupdate and ifnames</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="autoconf"><command>autoconf</command></term> +<varlistentry id="autoconf"> +<term><command>autoconf</command></term> <listitem> <indexterm zone="ch-system-autoconf autoconf"><primary sortas="b-autoconf">autoconf</primary></indexterm> <para>is a tool for producing shell scripts @@ -68,8 +68,8 @@ independent -- running them does not require the autoconf program.</para> </listitem> </varlistentry> -<varlistentry> -<term id="autoheader"><command>autoheader</command> </term> +<varlistentry id="autoheader"> +<term><command>autoheader</command> </term> <listitem> <indexterm zone="ch-system-autoconf autoheader"><primary sortas="b-autoheader">autoheader</primary></indexterm> <para>is a tool for creating template files @@ -77,16 +77,16 @@ of C #define statements for configure to use.</para> </listitem> </varlistentry> -<varlistentry> -<term id="autom4te"><command>autom4te</command></term> +<varlistentry id="autom4te"> +<term><command>autom4te</command></term> <listitem> <indexterm zone="ch-system-autoconf autom4te"><primary sortas="b-autom4te">autom4te</primary></indexterm> <para>is a wrapper for the M4 macro processor.</para> </listitem> </varlistentry> -<varlistentry> -<term id="autoreconf"><command>autoreconf</command></term> +<varlistentry id="autoreconf"> +<term><command>autoreconf</command></term> <listitem> <indexterm zone="ch-system-autoconf autoreconf"><primary sortas="b-autoreconf">autoreconf</primary></indexterm> <para>comes in handy when there are a lot @@ -96,8 +96,8 @@ scripts and configuration header templates in a given directory tree.</para> </listitem> </varlistentry> -<varlistentry> -<term id="autoscan"><command>autoscan</command> </term> +<varlistentry id="autoscan"> +<term><command>autoscan</command> </term> <listitem> <indexterm zone="ch-system-autoconf autoscan"><primary sortas="b-autoscan">autoscan</primary></indexterm> <para>can help to create a @@ -108,8 +108,8 @@ as a preliminary <filename>configure.in</filename> for the package.</para> </listitem> </varlistentry> -<varlistentry> -<term id="autoupdate"><command>autoupdate</command></term> +<varlistentry id="autoupdate"> +<term><command>autoupdate</command></term> <listitem> <indexterm zone="ch-system-autoconf autoupdate"><primary sortas="b-autoupdate">autoupdate</primary></indexterm> <para>modifies a <filename>configure.in</filename> file that still calls autoconf @@ -117,8 +117,8 @@ macros by their old names to use the current macro names.</para> </listitem> </varlistentry> -<varlistentry> -<term id="ifnames"><command>ifnames</command> </term> +<varlistentry id="ifnames"> +<term><command>ifnames</command> </term> <listitem> <indexterm zone="ch-system-autoconf ifnames"><primary sortas="b-ifnames">ifnames</primary></indexterm> <para>can be helpful when writing a |