blob: 25c579737a003b88c68305ed2627a6c8b2f21120 [file] [log] [blame]
#!/bin/bash
./autogen.sh
AXIS2C_HOME=`pwd`
./configure --prefix=${AXIS2C_HOME}/install --with-pull-parser=libxml2
make
make install