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