Ignore:
Timestamp:
May 16, 2006, 12:59:50 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:
8fdbca4
Parents:
ddc9408
Message:

r3529@server (orig r1611): chris | 2006-05-15 23:56:47 -0700
Updated package build instructions as needed for the modified build order

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

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

    rddc9408 rbbf90e8  
    3535
    3636    <para os="e">To test the results, issue:
    37     <userinput>make check</userinput>.</para>
     37    <userinput>make check</userinput>. 2 tests are skipped that use
     38    Automake.  For full test coverage, Autoconf can be re-tested after
     39    Automake has been installed.</para>
    3840
    3941    <para os="f">Install the package:</para>
  • BOOK/final-system/common/perl.xml

    rddc9408 rbbf90e8  
    3838    prepare Perl for compilation with:</para>
    3939
    40 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     40<screen os="b"><userinput>./configure.gnu --prefix=/usr \
     41   -Dman1dir=/usr/share/man/man1 \
     42   -Dman3dir=/usr/share/man/man3 \
     43   -Dpager="/bin/less -isR"</userinput></screen>
    4144
    4245    <variablelist os="c">
     
    4851          <para>This corrects an error in the way that <command>perldoc</command>
    4952          invokes the <command>less</command> program.</para>
     53        </listitem>
     54      </varlistentry>
     55      <varlistentry os="c2">
     56        <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term>
     57        <listitem>
     58          <para>Since Groff is not installed yet,
     59          <command>configure.gnu</command> thinks that we do not want
     60          man pages for Perl. Issuing these parameters overrides this decision.</para>
    5061        </listitem>
    5162      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.