You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/09/12 23:38:40 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan readme.xml

dleslie     00/09/12 14:38:40

  Modified:    c/xdocs/sources/xalan readme.xml
  Log:
  Updater per 1.0 review.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- readme.xml	2000/09/12 13:35:12	1.10
  +++ readme.xml	2000/09/12 21:38:40	1.11
  @@ -158,7 +158,7 @@
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>chmod +x conf*</code><br/><br/></li>
         <li>Run the runConfigure utility with at least the platform flag (Linux) or the platform, C compilier, and C++ compiler flags (AIX) as indicated below.<br/><br/>
         <ref>Linux:</ref>&nbsp;&nbsp;<code>runConfigure -p linux</code><br/>
  -      <ref>AIX:</ref>&nbsp;&nbsp;&nbsp;<code>runConfigure -p aix -c xlc_r -x xlC-r</code><br/><br/>
  +      <ref>AIX:</ref>&nbsp;&nbsp;&nbsp;<code>runConfigure -p aix -c xlc_r -x xlC-R</code><br/><br/>
         To see the other runConfigure flags you may include, use the help flag:<br/><br/>
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>runConfigure -h</code><br/><br/></li>
         <li>Run the make file:<br/><br/>