build directory (it's ssl-std.conf there), then ignores its absence in the
next line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96129
13f79535-47bb-0310-9956-
ffa450edef68
done; \
for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
cd $$j ; \
- for i in *-std*.conf ssl.conf; do \
- [ -f $$i ] || continue; \
+ for i in *-std*.conf; do \
( \
n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \