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


File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.