Commit e340be0c authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Add a test to buildconf to ensure that APR has been checked out. If it

isn't there, we output a message giving the public CVS root.
Submitted by:	Roy Fielding


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

all: $(STAMP) generated_lists
	@if [ ! -d lib/apr ]; 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
	@$(MAKE) AMFLAGS=$(AMFLAGS) -s -f build/build2.mk

generated_lists: