buildconf revision 8fae12696bce44be9ce4c56888690cad8ac7b8f9
1N/A# Licensed to the Apache Software Foundation (ASF) under one or more 1N/A# contributor license agreements. See the NOTICE file distributed with 1N/A# this work for additional information regarding copyright ownership. 1N/A# The ASF licenses this file to You under the Apache License, Version 2.0 1N/A# (the "License"); you may not use this file except in compliance with 1N/A# the License. You may obtain a copy of the License at 1N/A# Unless required by applicable law or agreed to in writing, software 1N/A# distributed under the License is distributed on an "AS IS" BASIS, 1N/A# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1N/A# See the License for the specific language governing permissions and 1N/A# limitations under the License. 1N/A# buildconf: Build the support scripts needed to compile from a 1N/A# checked-out version of the source code. 1N/A# version check for AC_PROG_CC_C99 1N/A# versions older than 2.50 are denied by AC_PREREQ # set a couple of defaults for where we should be looking for our support libs. # can be overridden with --with-apr=[dir] and --with-apr-util=[dir] -*=*)
optarg=
`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
# 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 ap_expr expression parser sources are never regenerated