ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / fvwm / m4.xml
blob1cce814ff5f0dbad1127ca8af1e6f9a9edd2dafa
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: m4.xml,v 1.1 2007/03/10 05:15:34 scott Exp $ -->
11 <section id='m4_preprocessing'>
12 <title>M4 Preprocessing</title>
13 <para>M4 pre-processing is handled by a module in fvwm.  To get more
14 details, try man
15 <fvwmref mod="FvwmM4"/>.
16 In short, if you want fvwm to parse your files with m4, then
17 replace the command
18 <fvwmref cmd="Read"/>
19 with
20 <fvwmref mod="FvwmM4"/>
21 in your
22 <filename>~/.fvwm/config</filename>
23 file (if it appears at all), and start fvwm with the command</para>
25 <command>
26 fvwm -cmd "<fvwmref mod="FvwmM4"/> config"
27 </command>
30 </section>