1 2 3 4 5 6 7
#!/bin/bash ./autogen.sh ./configure --prefix=${AXIS2C_HOME} --enable-static=no --enable-tests=no make make install