You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/08/29 22:48:42 UTC

cvs commit: xml-xerces/c/src runConfigure

peiyongz    01/08/29 13:48:42

  Modified:    c/src    runConfigure
  Log:
  Allowing -p as argument to -z or -l: patch from Henry Gongaro
  
  Revision  Changes    Path
  1.41      +3 -3      xml-xerces/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/runConfigure,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- runConfigure	2001/07/06 17:11:54	1.40
  +++ runConfigure	2001/08/29 20:48:42	1.41
  @@ -55,7 +55,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: runConfigure,v 1.40 2001/07/06 17:11:54 tng Exp $
  +# $Id: runConfigure,v 1.41 2001/08/29 20:48:42 peiyongz Exp $
   #
   #
   
  @@ -136,9 +136,9 @@
   thread=pthread           # by default use POSIX threads
   configureoptions=""
   
  -for i in $*
  +while [ $# -gt 0 ]
      do
  -   case $i in
  +   case $1 in
      -p)
           platform=$2; shift 2;;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org