Ignore:
Timestamp:
Feb 21, 2006, 1:20:08 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
735ac8e
Parents:
a1a0762
Message:

r770@server (orig r768): jim | 2005-11-29 00:32:15 -0800

r814@server: jim | 2005-11-28 23:39:56 -0800
Text updates to temp-system


File:
1 edited

Legend:

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

    ra1a0762 r1bc8e5f  
    2828<screen os="b"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
    2929
    30     <para>Prepare Gettext for compilation:</para>
     30    <para os="c">Prepare Gettext for compilation:</para>
    3131
    32 <screen><userinput>./configure --prefix=/tools \
     32<screen os="d"><userinput>./configure --prefix=/tools \
    3333   --host=${LFS_TARGET} --disable-libasprintf \
    3434   --without-csharp --cache-file=config.cache</userinput></screen>
    3535
    36     <variablelist os="c">
     36    <variablelist os="e">
    3737      <title>The meaning of the configure options:</title>
    3838
    39       <varlistentry os="c1">
     39      <varlistentry os="e1">
    4040        <term><parameter>--disable-libasprintf</parameter></term>
    4141        <listitem>
     
    4848      </varlistentry>
    4949
    50       <varlistentry os="c2">
     50      <varlistentry os="e2">
    5151        <term><parameter>--without-csharp</parameter></term>
    5252        <listitem>
     
    5959    </variablelist>
    6060
    61     <para>Compile the package:</para>
     61    <para os="f">Compile the package:</para>
    6262
    63 <screen><userinput>make</userinput></screen>
     63<screen os="g"><userinput>make</userinput></screen>
    6464
    65     <para>Install the package:</para>
     65    <para os="h">Install the package:</para>
    6666
    67 <screen><userinput>make install</userinput></screen>
     67<screen os="i"><userinput>make install</userinput></screen>
    6868
    6969  </sect2>
Note: See TracChangeset for help on using the changeset viewer.