You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/19 21:43:54 UTC

cvs commit: xml-xerces/c/src runConfigure

aruna1      00/07/19 12:43:54

  Modified:    c/src    runConfigure
  Log:
  "install" configuration modified to take in "configureoptions"
  
  Revision  Changes    Path
  1.32      +2 -2      xml-xerces/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/runConfigure,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- runConfigure	2000/05/12 20:59:52	1.31
  +++ runConfigure	2000/07/19 19:43:54	1.32
  @@ -55,7 +55,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: runConfigure,v 1.31 2000/05/12 20:59:52 rahulj Exp $
  +# $Id: runConfigure,v 1.32 2000/07/19 19:43:54 aruna1 Exp $
   #
   #
   
  @@ -436,7 +436,7 @@
   elif test $platform = "ptx"; then
   ./configure --prefix=$XMLINSTALL
   else
  -./configure
  +./configure $configureoptions
   fi
   echo
   echo In future, you may also directly type the following commands to create the Makefiles.