blob: 52d78a77539872cd7c8dd1fc766f642dda20b581 [file] [log] [blame]
#!/bin/bash
./autogen.sh
./configure --prefix=${AXIS2C_HOME} --with-axis2=../../axis2c/include --with-savan=../include
make -j10
make install