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

     
    23002300    </section>
    23012301
    23022302    <section id="reference.phases.configure.automake-autoconf">
    2303       <title>Automake and Autoconf</title>
     2303      <title>Automake, Autoconf, and Autoreconf</title>
    23042304
    23052305      <para>The list of configure keywords available for ports that need
    23062306      automake and/or autoconf.</para>
    23072307
    23082308      <variablelist>
    23092309        <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>
    23102328          <term>use_automake</term>
    23112329
    23122330          <listitem>