Changeset 87ead03


Ignore:
Timestamp:
Feb 21, 2006, 1:36:49 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9531391
Parents:
faf313e
Message:

r855@server (orig r853): jim | 2005-12-06 12:15:49 -0800

r982@server: jim | 2005-12-06 12:15:34 -0800
Updated gettext in temp-system


Location:
temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp-system/common/gettext.xml

    rfaf313e r87ead03  
    2626    can't find getline. So we fix it here:</para>
    2727
    28 <screen os="b"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
     28<screen os="b"><userinput>cd gettext-tools
     29echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
    2930
    3031    <para os="c">Prepare Gettext for compilation:</para>
    3132
    32 <screen os="d"><userinput>cd gettext-tools
    33    ./configure --prefix=/tools \
     33<screen os="d"><userinput>./configure --prefix=/tools \
    3434   --host=${LFS_TARGET} --disable-shared \
    35    --cache-file=../config.cache</userinput></screen>
     35   --cache-file=config.cache</userinput></screen>
    3636
    3737    <variablelist os="e">
  • temp-system/multilib/gettext.xml

    rfaf313e r87ead03  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>cd gettext-tools
    38    CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     37<screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3938   ./configure --prefix=/tools \
    4039   --host=${LFS_TARGET} --disable-shared \
    41    --cache-file=../config.cache</userinput></screen>
     40   --cache-file=config.cache</userinput></screen>
    4241
    4342    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.