buildconf revision 9452160b16933704efe66bc49c51baa1ae856319
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# ====================================================================
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# The Apache Software License, Version 1.1
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Redistribution and use in source and binary forms, with or without
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# modification, are permitted provided that the following conditions
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# 1. Redistributions of source code must retain the above copyright
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# notice, this list of conditions and the following disclaimer.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# 2. Redistributions in binary form must reproduce the above copyright
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# notice, this list of conditions and the following disclaimer in
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# the documentation and/or other materials provided with the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# distribution.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# 3. The end-user documentation included with the redistribution,
44f575c8cb19a7a5cd61664a7848be6bc197df02fuankg# if any, must include the following acknowledgment:
b387b9d37fc71c534f4718777454a8f5a1169017fuankg# "This product includes software developed by the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Apache Software Foundation (http://www.apache.org/)."
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Alternately, this acknowledgment may appear in the software itself,
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# if and wherever such third-party acknowledgments normally appear.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# 4. The names "Apache" and "Apache Software Foundation" must
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# not be used to endorse or promote products derived from this
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# software without prior written permission. For written
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# permission, please contact apache@apache.org.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# 5. Products derived from this software may not be called "Apache",
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# nor may "Apache" appear in their name, without prior written
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# permission of the Apache Software Foundation.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# SUCH DAMAGE.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# ====================================================================
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# This software consists of voluntary contributions made by many
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# individuals on behalf of the Apache Software Foundation. For more
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# information on the Apache Software Foundation, please see
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# buildconf: Build the support scripts needed to compile from a
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# checked-out version of the source code.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Check to be sure that we have the srclib dependencies checked-out
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesif [ ! -d srclib/apr -o ! -f srclib/apr/build/apr_common.m4 ]; then
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo "You don't have a srclib/apr/ subdirectory. Please get one:"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cd srclib"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cvs -d :pserver:anoncvs@apache.org:/home/cvspublic login"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " (password 'anoncvs')"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cvs -d :pserver:anoncvs@apache.org:/home/cvspublic co apr"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesif [ ! -d srclib/apr-util -o ! -f srclib/apr-util/Makefile.in ]; then
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo "You don't have a srclib/apr-util/ subdirectory. Please get one:"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cd srclib"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cvs -d :pserver:anoncvs@apache.org:/home/cvspublic login"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " (password 'anoncvs')"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes echo " cvs -d :pserver:anoncvs@apache.org:/home/cvspublic co apr-util"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# These are temporary until Roy finishes the other build changes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# end temporary stuff
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholescross_compile_warning="warning: AC_TRY_RUN called without default to allow cross compiling"