Changeset 991595cf for BOOK/testsuite-tools/common
- Timestamp:
- Dec 13, 2015, 4:21:52 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/testsuite-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/common/dejagnu.xml
rdbc5b02 r991595cf 28 28 <para os="a">Prepare DejaGNU for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen> 30 <screen os="b"><userinput>./configure \ 31 --prefix=/tools</userinput></screen> 31 32 32 33 <para os="c">Build and install the package:</para> -
BOOK/testsuite-tools/common/expect.xml
rdbc5b02 r991595cf 28 28 <para os="c">Now prepare Expect for compilation:</para> 29 29 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 \ 31 33 --with-tclinclude=/tools/include</userinput></screen> 32 34 -
BOOK/testsuite-tools/common/tcl.xml
rdbc5b02 r991595cf 28 28 29 29 <screen><userinput>cd unix 30 ./configure --prefix=/tools</userinput></screen> 30 ./configure \ 31 --prefix=/tools</userinput></screen> 31 32 32 33 <para os="c">Build the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.