You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/11/08 09:12:13 UTC

cvs commit: ws-axis/c runconfig.sh

damitha     2004/11/08 00:12:13

  Modified:    c        runconfig.sh
  Log:
  Added a comment that will be displayed before run
  
  Revision  Changes    Path
  1.2       +6 -1      ws-axis/c/runconfig.sh
  
  Index: runconfig.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/runconfig.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runconfig.sh	8 Nov 2004 08:01:50 -0000	1.1
  +++ runconfig.sh	8 Nov 2004 08:12:12 -0000	1.2
  @@ -18,7 +18,12 @@
   #   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
   #
   
  -echo "run configure"
  +echo "run configure with the options"
  +echo     "--prefix=/usr/local/axiscpp_deploy"
  +echo     "--with-apache2=/usr/local/apache2"
  +echo     "--with-xercesc=/usr/local/xerces-c."
  +echo     "If you need to configure with different/more options modify/add before run" 
  +echo     ""
   ./configure --prefix=/usr/local/axiscpp_deploy \
       --with-apache2=/usr/local/apache2 \
       --with-xercesc=/usr/local/xerces-c