Ticket #22422: patch-guide-autoreconf.diff
File patch-guide-autoreconf.diff, 1.1 KB (added by nerdling (Jeremy Lavergne), 14 years ago) |
---|
-
portfile-phase.xml
2300 2300 </section> 2301 2301 2302 2302 <section id="reference.phases.configure.automake-autoconf"> 2303 <title>Automake and Autoconf</title>2303 <title>Automake, Autoconf, and Autoreconf</title> 2304 2304 2305 2305 <para>The list of configure keywords available for ports that need 2306 2306 automake and/or autoconf.</para> 2307 2307 2308 2308 <variablelist> 2309 2309 <varlistentry> 2310 <term>use_autoreconf</term> 2311 <listitem> 2312 <para>Whether or not to use autoreconf</para> 2313 <itemizedList> 2314 <listitem> 2315 <para>Default: <option>no</option></para> 2316 </listitem> 2317 2318 <listitem> 2319 <para>Example:</para> 2320 2321 <programlisting>use_autoreconf yes</programlisting> 2322 </listitem> 2323 </itemizedList> 2324 </listitem> 2325 </varlistentry> 2326 2327 <varlistentry> 2310 2328 <term>use_automake</term> 2311 2329 2312 2330 <listitem>