Commit 7cd68039 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Make the test for APR a bit more stringent and add a check for apr-util


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87198 13f79535-47bb-0310-9956-ffa450edef68
parent bc5a0bc6
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -61,12 +61,18 @@
STAMP = buildmk.stamp

all: $(STAMP) generated_lists
	@if [ ! -d srclib/apr ]; then \
	@if [ ! -d srclib/apr -o ! -f srclib/apr/apr_common.m4 ]; then \
	    echo "APR not found."; \
	    echo "Please check-out a working version of APR, the anonymous"; \
	    echo "CVS root is :pserver:anoncvs@www.apache.org:/home/cvspublic"; \
	    exit 1; \
	fi
	@if [ ! -d srclib/apr-util -o ! -f srclib/apr-util/Makefile.in ]; then \
	    echo "APR-util not found."; \
	    echo "Please check-out a working version of APR-util, the anonymous"; \
	    echo "CVS root is :pserver:anoncvs@www.apache.org:/home/cvspublic"; \
	    exit 1; \
	fi
	@$(MAKE) AMFLAGS=$(AMFLAGS) -s -f build/build2.mk

generated_lists: