Ignore:
Timestamp:
Dec 13, 2015, 3:58:11 PM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
b953d0e
Parents:
7cd7f99
Message:

Put one configure option per line

Location:
BOOK/testsuite-tools/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/dejagnu.xml

    r7cd7f99 rc01bd946  
    2828    <para os="a">Prepare DejaGNU for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
     30<screen os="b"><userinput>./configure \
     31    --prefix=/tools</userinput></screen>
    3132
    3233    <para os="c">Build and install the package:</para>
  • BOOK/testsuite-tools/common/expect.xml

    r7cd7f99 rc01bd946  
    2828    <para os="c">Now prepare Expect for compilation:</para>
    2929
    30 <screen os="d"><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
     30<screen os="d"><userinput>./configure \
     31    --prefix=/tools \
     32    --with-tcl=/tools/lib \
    3133    --with-tclinclude=/tools/include</userinput></screen>
    3234
  • BOOK/testsuite-tools/common/tcl.xml

    r7cd7f99 rc01bd946  
    2828
    2929<screen><userinput>cd unix
    30 ./configure --prefix=/tools</userinput></screen>
     30./configure \
     31    --prefix=/tools</userinput></screen>
    3132
    3233    <para os="c">Build the package:</para>
Note: See TracChangeset for help on using the changeset viewer.