Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    r00cf9ca rb27081c4  
    5252    that Perl auto-detects, prepare Perl for compilation with:</para>
    5353
    54 <screen os="b"><userinput>./configure.gnu --prefix=/usr \
    55    -Dvendorprefix=/usr \
    56    -Dman1dir=/usr/share/man/man1 \
    57    -Dman3dir=/usr/share/man/man3 \
    58    -Dpager="/bin/less -isR" \
    59    -Dusethreads -Duseshrplib</userinput></screen>
     54<screen os="b"><userinput>./configure.gnu \
     55    --prefix=/usr \
     56    -Dvendorprefix=/usr \
     57    -Dman1dir=/usr/share/man/man1 \
     58    -Dman3dir=/usr/share/man/man3 \
     59    -Dpager="/bin/less -isR" \
     60    -Dusethreads -Duseshrplib</userinput></screen>
    6061
    6162    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.