Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
193b7dd
Parents:
b8fddc7
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/libtool.xml

    rb8fddc7 re6423a01  
    3838    <para os="a">Prepare Libtool for compilation:</para>
    3939
    40 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     40<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    4141
    42     <para os="b">Compile the package:</para>
     42    <para os="c">Compile the package:</para>
    4343
    44 <screen os="c"><userinput>make</userinput></screen>
     44<screen os="d"><userinput>make</userinput></screen>
    4545
    46     <para os="d">To test the results, issue:
     46    <para os="e">To test the results, issue:
    4747    <userinput>make check</userinput>.</para>
    4848
    49     <para os="e">Install the package:</para>
     49    <para os="f">Install the package:</para>
    5050
    51 <screen os="f"><userinput>make install</userinput></screen>
     51<screen os="g"><userinput>make install</userinput></screen>
    5252
    53     <para os="g">Correct the ownership of the <filename
     53    <para os="h">Correct the ownership of the <filename
    5454    class="libraryfile">libltdl</filename> data files:</para>
    5555
    56 <screen os="h"><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen>
     56<screen os="i"><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen>
    5757
    5858  </sect2>
Note: See TracChangeset for help on using the changeset viewer.