Changeset f561e06 for BOOK/temp-system


Ignore:
Timestamp:
Jul 25, 2009, 10:04:34 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c94c924
Parents:
2efffd4f
Message:

Apply config.cache entries to m4 in the temp system to prevent compilation errors.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/m4.xml

    r2efffd4f rf561e06  
    2222  <sect2 role="installation">
    2323    <title>Installation of M4</title>
     24
     25    <para os="cc1">Configure can not properly determine the results of the
     26    following tests:</para>
     27
     28<screen os="cc2"><userinput>cat &gt; config.cache &lt;&lt; EOF
     29gl_cv_func_btowc_eof=yes
     30gl_cv_func_mbrtowc_incomplete_state=yes
     31gl_cv_func_mbrtowc_sanitycheck=yes
     32gl_cv_func_mbrtowc_null_arg=yes
     33gl_cv_func_mbrtowc_retval=yes
     34gl_cv_func_mbrtowc_nul_retval=yes
     35gl_cv_func_wcrtomb_retval=yes
     36gl_cv_func_wctob_works=yes
     37EOF</userinput></screen>
    2438
    2539    <para os="a">Prepare M4 for compilation:</para>
  • BOOK/temp-system/multilib/m4.xml

    r2efffd4f rf561e06  
    2222  <sect2 role="installation">
    2323    <title>Installation of M4</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/m4.xml"
     27    xpointer="xpointer(//*[@os='cc1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/m4.xml"
     31    xpointer="xpointer(//*[@os='cc2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.