Changeset 3411c18 in clfs-sysroot


Ignore:
Timestamp:
Jul 22, 2006, 10:07:58 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
9d01307
Parents:
5620919
Message:

Added a command to gawk that adds HAVE_LANGINFO_CODESET and HAVE_LC_MESSAGES to config.h

File:
1 edited

Legend:

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

    r5620919 r3411c18  
    3636    --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    3737
    38     <para os="e">Compile the package:</para>
     38    <para os="e">The <command>configure</command> script does not detect the
     39    following properly:</para>
    3940
    40 <screen os="f"><userinput>make</userinput></screen>
     41<screen os="f"><userinput>cat &gt;&gt; config.h &lt;&lt; "EOF"
     42#define HAVE_LANGINFO_CODESET 1
     43#define HAVE_LC_MESSAGES 1
     44EOF</userinput></screen>
    4145
    42     <para os="g">Install the package:</para>
     46    <para os="g">Compile the package:</para>
    4347
    44 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     48<screen os="h"><userinput>make</userinput></screen>
     49
     50    <para os="i">Install the package:</para>
     51
     52<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4553
    4654  </sect2>
Note: See TracChangeset for help on using the changeset viewer.