<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
 <title>%--with%</title>
 <blurb>
  The %--with% configure option is used to enable extensions that
  require external libraries. %--with% takes the installation prefix
  for that library as an optional argument.
 </blurb>

<blurb>
The %&amp;lt;with&amp;gt;% tag takes three attributes: 
</blurb>
<list>
<li>%name=% for the actual name of the "with" option</li>
<li>%testfile% for the relative path of a file to check for while running the configure script</li>
<li> a list of default paths to check</li>
</list>


<blurb>
%name% and %defaults% are set to the extension base name and
"%/usr:/usr/local%" if no values are given. The testfile attribute is
mandatory.
</blurb>

<blurb>
Textual data enclosed by the %&amp;lt;with&amp;gt;% is used to describe the "with"
option in the output of configure --help calls.
</blurb>
 
 <example filename="examples/with.snippet" fontsize="1em"/>
</slide>

