Changeset 2189

Show
Ignore:
Timestamp:
07/22/06 17:07:58 (2 years ago)
Author:
jciccone
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-2.0/BOOK/final-system/common/gawk.xml

    r2122 r2189  
    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>