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/bc.xml

    rc636dee r7cd7f99  
    3131    <para os="a">Prepare Bc for compilation:</para>
    3232
    33 <screen os="b"><userinput>./configure --prefix=/usr --with-readline \
    34     --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>
     33<screen os="b"><userinput>./configure \
     34    --prefix=/usr \
     35    --with-readline \
     36    --mandir=/usr/share/man \
     37    --infodir=/usr/share/info</userinput></screen>
    3538
    3639    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.