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