~ubuntu-branches/ubuntu/trusty/serf/trusty-proposed

« back to all changes in this revision

Viewing changes to buildconf

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson
  • Date: 2011-06-27 18:09:28 UTC
  • mto: (9.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110627180928-m4tjk6r40sl31w1h
Tags: upstream-1.0.0~0+svn1514
ImportĀ upstreamĀ versionĀ 1.0.0~0+svn1514

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# set a couple of defaults for where we should be looking for our support libs.
24
24
# can be overridden with --with-apr=[dir] and --with-apr-util=[dir]
25
25
 
26
 
apr_src_dir="apr ../apr"
27
 
apu_src_dir="apr-util ../apr-util"
 
26
apr_src_dir="/usr/share/apr-1.0 apr ../apr"
 
27
apu_src_dir="/usr/share/apr-1.0 apr-util ../apr-util"
 
28
ac_src_dir=/usr/share/misc
28
29
 
29
30
while test $# -gt 0 
30
31
do
101
102
fi
102
103
 
103
104
echo copying build files
104
 
cp $apr_src_dir/build/config.guess $apr_src_dir/build/config.sub \
 
105
cp $ac_src_dir/config.guess $ac_src_dir/config.sub \
105
106
   $apr_src_dir/build/install.sh $apr_src_dir/build/apr_common.m4 \
106
107
   $apr_src_dir/build/find_apr.m4 $apr_src_dir/build/get-version.sh build
107
108