Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    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.