You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/23 13:35:28 UTC

cvs commit: ws-axis/c/tests/server build.sh

damitha     2004/06/23 04:35:28

  Added:       c/tests/server build.sh
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/server/build.sh
  
  Index: build.sh
  ===================================================================
  #!/bin/bash
  echo "run libtoolize."          && 
  libtoolize --force              && 
  echo "run aclocal."             && 
  aclocal                         && 
  echo "run autoconf."            && 
  autoconf                        && 
  echo "run autoheader."          && 
  autoheader                      && 
  echo "run automake."            && 
  automake --add-missing --gnu    &&
  
  echo "./configure --libdir=$AXIS_HOME/webservices"
  ./configure --libdir=$AXIS_HOME/webservices
  
  echo "make"
  make 2> tests_build_errors
  
  echo "make install"
  make install