Changeset 4e7ec17


Ignore:
Timestamp:
11/10/2023 06:35:47 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
26bae453
Parents:
0cd18b6a
git-author:
Xi Ruoyao <xry111@…> (11/10/2023 06:34:08 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/10/2023 06:35:47 AM)
Message:

autoconf213: Archive

With a simple hack in SeaMonkey, autoconf-2.13 is not needed anymore.

Fixes: #18459

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    r0cd18b6a r4e7ec17  
    2020  </para>
    2121
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf213.xml"/>
     22  <!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf213.xml"/-->
    2323<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bazaar.xml"/> -->
    2424      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cbindgen.xml"/>
  • xsoft/graphweb/seamonkey.xml

    r0cd18b6a r4e7ec17  
    107107    <bridgehead renderas="sect4">Required</bridgehead>
    108108    <para role="required">
    109       <xref linkend="autoconf213"/>,
     109      <!--xref linkend="autoconf213"/-->
    110110      <xref linkend="cbindgen"/>,
    111111      <xref linkend="gtk3"/>,
     
    357357    </para>
    358358
    359 <screen><userinput>./mach configure &amp;&amp;
     359<screen><userinput>AUTOCONF=true ./mach configure &amp;&amp;
    360360./mach build</userinput></screen>
    361361
     
    401401
    402402    <para>
    403       <command>./mach configure</command>: This validates
     403      <command>AUTOCONF=true ./mach configure</command>: This validates
    404404      the supplied dependencies and the <filename>mozconfig</filename>.
    405       <!--This is run twice because problems with mach will cause it to fail the
    406       first time.-->
     405      The building system always checks for an old version (2.13) of
     406      autoconf, but it's not really needed because the necessary
     407      <command>configure</command> scripts are already shipped in the
     408      tarball and we've not modified the <filename>configure.in</filename>
     409      files.  So we pass <envar>AUTOCONF=true</envar> so the building system
     410      will skip the checking for autoconf-2.13 and allow building this
     411      package without autoconf-2.13 installed.
    407412    </para>
    408413
Note: See TracChangeset for help on using the changeset viewer.