Searched refs:apr_src_dir (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/apr-32/apr-util/apr-util/
H A Dbuildconf27 apr_src_dir=../apr
39 apr_src_dir=$optarg
46 if [ -f "$apr_src_dir/build/apr_common.m4" ]; then
47 apr_src_dir=`cd $apr_src_dir; pwd`
49 echo "Looking for apr source in $apr_src_dir"
52 echo "Problem finding apr source in $apr_src_dir."
63 cp -p $apr_src_dir/build/apr_common.m4 $apr_src_dir/build/find_apr.m4 \
64 $apr_src_dir/buil
[all...]
/macosx-10.10.1/apache-793/httpd/
H A Dbuildconf37 apr_src_dir="srclib/apr ../apr"
50 apr_src_dir=$optarg
72 for dir in $apr_src_dir
76 apr_src_dir=$dir
94 $apr_src_dir/include/apr_version.h | sed 's/[^0-9]//g'`
99 apu_src_dir=`echo $apr_src_dir | sed -e 's#/apr#/apr-util#g;'`
100 apu_src_dir="$apu_src_dir `echo $apr_src_dir | sed -e 's#/apr#/aprutil#;g'`"
147 apr_configure="$apr_src_dir/configure"
155 if [ "$apr_src_dir" = "srclib/apr" ]; then
164 apr_src_dir
[all...]
/macosx-10.10.1/apr-32/apr/apr/build/pkg/
H A Dbuildpkg.sh26 apr_src_dir=.
38 apr_src_dir=$optarg
45 if [ -f "$apr_src_dir/configure.in" ]; then
46 cd $apr_src_dir
48 echo "The apr source could not be found within $apr_src_dir"
/macosx-10.10.1/apr-32/apr-util/apr-util/build/pkg/
H A Dbuildpkg.sh27 apr_src_dir=../apr
40 apr_src_dir=$optarg
67 if [ ! -f "$apr_src_dir/configure.in" ]; then
68 echo "The apr source could not be found within $apr_src_dir"
79 ./configure --prefix=$PREFIX --with-apr=$apr_src_dir \

Completed in 113 milliseconds