Sign in
apache
/
subversion
/
refs/heads/ra_dav-refactoring
/
.
/
tools
/
test-scripts
/
svntest
/
examples
/
debian-gnulinux-shared
/
config.apr-0.9
blob: 5023b8823f12e75964dd92793e80b6db52db2ef6 [
file
] [
log
] [
blame
]
#!/bin/sh
THIS_OBJ
=
`pwd`
cd
..
THIS_INST
=
`pwd`
/
inst
/
apr
-
0.9
THIS_SRC
=
`pwd`
/
apr
-
0.9
cd $
{
THIS_SRC
}
./
buildconf
cd $
{
THIS_OBJ
}
../
apr
-
0.9
/
configure
--
prefix
=
$
{
THIS_INST
}
"$@"