buildconf revision 842ae4bd224140319ae7feec1872b93dfd491143
787N/A# Licensed to the Apache Software Foundation (ASF) under one or more 789N/A# contributor license agreements. See the NOTICE file distributed with 789N/A# this work for additional information regarding copyright ownership. 789N/A# The ASF licenses this file to You under the Apache License, Version 2.0 789N/A# (the "License"); you may not use this file except in compliance with 789N/A# the License. You may obtain a copy of the License at 877N/A# Unless required by applicable law or agreed to in writing, software 789N/A# distributed under the License is distributed on an "AS IS" BASIS, 294N/A# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 873N/A# See the License for the specific language governing permissions and 873N/A# limitations under the License. 789N/A# buildconf: Build the support scripts needed to compile from a 873N/A# checked-out version of the source code. 789N/A# set a couple of defaults for where we should be looking for our support libs. 789N/A# can be overridden with --with-apr=[dir] and --with-apr-util=[dir] 789N/A# Check to be sure that we have the srclib dependencies checked-out 789N/A echo "found apr source: ${dir}" 789N/A echo "Please get the source using the following instructions," 789N/A echo "or specify the location of the source with " 789N/A echo "--with-apr=[path to apr] :" 294N/A echo "found apr-util source: ${dir}" 789N/A echo "Please get one the source using the following instructions, " 294N/A echo "or specify the location of the source with " 869N/A echo "--with-apr-util=[path to apr-util]:" 869N/A# These are temporary until Roy finishes the other build changes 787N/A# Remove autoconf 2.5x cache directories 911N/A echo "./buildconf failed for apr" 857N/A echo "./buildconf failed for apr-util" 294N/A# Remove any libtool files so one can switch between libtool 1.3 294N/A# and libtool 1.4 by simply rerunning the buildconf script. 873N/A# Remove autoconf 2.5x cache directories 873N/A# ensure that the mod_ssl expression parser sources are never regenerated