Sign in
apache
/
axis-axis2-c-core
/
refs/heads/1.4.x
/
.
/
tools
/
md5
/
build.sh
blob: 17d35486a5ba5a41a476aab877c4e134190af299 [
file
] [
log
] [
blame
]
#!/bin/bash
./
autogen
.
sh
if
test
-
z $
{
AXIS2C_HOME
}
then
AXIS2C_HOME
=
`pwd`
/../
deploy
fi
export AXIS2C_HOME
./
configure
--
prefix
=
$
{
AXIS2C_HOME
}
--
enable
-
tests
=
no
make