Changeset c7477f8e for BOOK/testsuite-tools/common
- Timestamp:
- Dec 13, 2015, 4:20:04 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 991595cf
- Parents:
- b27081c4
- git-author:
- Chris Staub <chris@…> (12/13/15 15:58:11)
- git-committer:
- Chris Staub <chris@…> (12/13/15 16:20:04)
- Location:
- BOOK/testsuite-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/common/dejagnu.xml
rb27081c4 rc7477f8e 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
rb27081c4 rc7477f8e 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
rb27081c4 rc7477f8e 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.