From bdea25ce6ab3952ccfca27d46eca93d3adf0fc0f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 5 Feb 2006 13:17:43 +0000 Subject: Indenting chapter 6, part 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/m4.xml | 122 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 72 insertions(+), 50 deletions(-) (limited to 'chapter06/m4.xml') diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 2fb465252..8a4be1db7 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -1,79 +1,101 @@ - %general-entities; ]> + -M4-&m4-version; - + + + M4-&m4-version; + + + M4 + + + + + + <para>The M4 package contains a macro processor.</para> -<indexterm zone="ch-system-m4"><primary sortas="a-M4">M4</primary></indexterm> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<sect2 role="package"><title/> -<para>The M4 package contains a macro processor.</para> + <seglistitem> + <seg>0.1 SBU</seg> + <seg>2.8 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>2.8 MB</seg></seglistitem> -</segmentedlist> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, -Gettext, Glibc, Grep, Make, Perl, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <seglistitem> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, Make, Perl, and Sed</seg> + </seglistitem> + </segmentedlist> -<sect2 role="installation"> -<title>Installation of M4 + -Prepare M4 for compilation: + + Installation of M4 + + Prepare M4 for compilation: ./configure --prefix=/usr -Compile the package: + Compile the package: make -To test the results, issue: -make check. + To test the results, issue: + make check. -Install the package: + Install the package: make install - + -Contents of M4 + + Contents of M4 - -Installed program -m4 - + + Installed program -Short Descriptions - - + + m4 + + - -m4 - -copies the given files while expanding the macros that they -contain. These macros are either built-in or user-defined and can take -any number of arguments. Besides performing macro expansion, -m4 has -built-in functions for including named files, running Unix commands, -performing integer arithmetic, manipulating text, recursion, etc. The -m4 program can be used either as a front-end to a compiler or as a -macro processor in its own right. -m4 - - - + + Short Descriptions + + - + + m4 + + copies the given files while expanding the macros that they + contain. These macros are either built-in or user-defined and can + take any number of arguments. Besides performing macro expansion, + m4 has built-in functions for including named + files, running Unix commands, performing integer arithmetic, + manipulating text, recursion, etc. The m4 program + can be used either as a front-end to a compiler or as a macro processor + in its own right. + + m4 + + + - + + + + -- cgit v1.2.3-54-g00ecf