Changeset 135767c in clfs-sysroot


Ignore:
Timestamp:
Jul 12, 2009, 4:49:22 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0185cb5
Parents:
625455a
Message:

Fix compilation issue with m4.

File:
1 edited

Legend:

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

    r625455a r135767c  
    2727    <title>Installation of M4</title>
    2828
     29    <para os="cc1">Configure can not properly determine the results of the
     30    following tests:</para>
     31
     32<screen os="cc2"><userinput>cat &gt; config.cache &lt;&lt; EOF
     33gl_cv_func_btowc_eof=yes
     34gl_cv_func_mbrtowc_incomplete_state=yes
     35gl_cv_func_mbrtowc_sanitycheck=yes
     36gl_cv_func_mbrtowc_null_arg=yes
     37gl_cv_func_mbrtowc_retval=yes
     38gl_cv_func_mbrtowc_nul_retval=yes
     39gl_cv_func_wcrtomb_retval=yes
     40gl_cv_func_wctob_works=yes
     41EOF</userinput></screen>
     42
    2943    <para os="a">Prepare M4 for compilation:</para>
    3044
    3145<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --prefix=/usr</userinput></screen>
     46    --prefix=/usr --cache-file=config.cache</userinput></screen>
    3347
    3448    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.