PR: 9233
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95200
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.37
+ *) Make sure that the runtime dir is created by make install.
+ PR 9233. [Jeff Trawick]
+
*) Fix an unusual set of ./configure arguments that could cause
mod_http to be built as a DSO, which it currently doesn't
support. PR 9244.
install-other:
@test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir)
+ @test -d $(runtimedir) || $(MKINSTALLDIRS) $(runtimedir)
@for ext in dll x; do \
file=apachecore.$$ext; \
if test -f $$file; then \