===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apache2-2.4.46/modules/lua/config.m4-59-   && $PKGCONFIG --atleast-version=5.1 lua; then
apache2-2.4.46/modules/lua/config.m4:60:  LUA_LIBS="`$PKGCONFIG --libs lua`"
apache2-2.4.46/modules/lua/config.m4:61:  LUA_CFLAGS="`$PKGCONFIG --cflags lua`"
apache2-2.4.46/modules/lua/config.m4:62:  LUA_VERSION="`$PKGCONFIG --modversion lua`"
apache2-2.4.46/modules/lua/config.m4-63-  AC_MSG_NOTICE([using Lua $LUA_VERSION configuration from pkg-config])
##############################################
apache2-2.4.46/modules/filters/config.m4-171-        ap_brotli_found=yes
apache2-2.4.46/modules/filters/config.m4:172:        ap_brotli_cflags=`$PKGCONFIG libbrotlienc --cflags`
apache2-2.4.46/modules/filters/config.m4:173:        ap_brotli_libs=`$PKGCONFIG libbrotlienc --libs`
apache2-2.4.46/modules/filters/config.m4-174-      else
##############################################
apache2-2.4.46/modules/md/config2.m4-35-        dnl This ensures $withval is actually a directory and that it is absolute
apache2-2.4.46/modules/md/config2.m4:36:        ap_curl_base="`cd $withval ; pwd`"
apache2-2.4.46/modules/md/config2.m4-37-      fi
##############################################
apache2-2.4.46/modules/md/config2.m4-71-      ])
apache2-2.4.46/modules/md/config2.m4:72:      ap_curl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libcurl`"
apache2-2.4.46/modules/md/config2.m4-73-      if test $? -eq 0; then
apache2-2.4.46/modules/md/config2.m4-74-        ap_curl_found="yes"
apache2-2.4.46/modules/md/config2.m4:75:        pkglookup="`$PKGCONFIG --cflags-only-I libcurl`"
apache2-2.4.46/modules/md/config2.m4-76-        APR_ADDTO(CPPFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4-77-        APR_ADDTO(MOD_CFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4:78:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libcurl`"
apache2-2.4.46/modules/md/config2.m4-79-        APR_ADDTO(LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4-80-        APR_ADDTO(MOD_LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4:81:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libcurl`"
apache2-2.4.46/modules/md/config2.m4-82-        APR_ADDTO(LDFLAGS, [$pkglookup])
##############################################
apache2-2.4.46/modules/md/config2.m4-117-    if test "x$ac_cv_curl" = "xyes"; then
apache2-2.4.46/modules/md/config2.m4:118:      ap_curl_libs="${ap_curl_libs:--lcurl} `$apr_config --libs`"
apache2-2.4.46/modules/md/config2.m4-119-      APR_ADDTO(MOD_LDFLAGS, [$ap_curl_libs])
##############################################
apache2-2.4.46/modules/md/config2.m4-153-        dnl This ensures $withval is actually a directory and that it is absolute
apache2-2.4.46/modules/md/config2.m4:154:        ap_jansson_base="`cd $withval ; pwd`"
apache2-2.4.46/modules/md/config2.m4-155-      fi
##############################################
apache2-2.4.46/modules/md/config2.m4-189-      ])
apache2-2.4.46/modules/md/config2.m4:190:      ap_jansson_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libjansson`"
apache2-2.4.46/modules/md/config2.m4-191-      if test $? -eq 0; then
apache2-2.4.46/modules/md/config2.m4-192-        ap_jansson_found="yes"
apache2-2.4.46/modules/md/config2.m4:193:        pkglookup="`$PKGCONFIG --cflags-only-I libjansson`"
apache2-2.4.46/modules/md/config2.m4-194-        APR_ADDTO(CPPFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4-195-        APR_ADDTO(MOD_CFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4:196:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libjansson`"
apache2-2.4.46/modules/md/config2.m4-197-        APR_ADDTO(LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4-198-        APR_ADDTO(MOD_LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/md/config2.m4:199:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libjansson`"
apache2-2.4.46/modules/md/config2.m4-200-        APR_ADDTO(LDFLAGS, [$pkglookup])
##############################################
apache2-2.4.46/modules/md/config2.m4-225-    if test "x$ac_cv_jansson" = "xyes"; then
apache2-2.4.46/modules/md/config2.m4:226:      ap_jansson_libs="${ap_jansson_libs:--ljansson} `$apr_config --libs`"
apache2-2.4.46/modules/md/config2.m4-227-      APR_ADDTO(MOD_LDFLAGS, [$ap_jansson_libs])
##############################################
apache2-2.4.46/modules/cache/config.m4-52-      ap_distcache_with="yes"
apache2-2.4.46/modules/cache/config.m4:53:      ap_distcache_base="`cd $withval ; pwd`"
apache2-2.4.46/modules/cache/config.m4-54-    fi
##############################################
apache2-2.4.46/modules/aaa/config.m4-45-    if test -z "$apu_config" ; then
apache2-2.4.46/modules/aaa/config.m4:46:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/modules/aaa/config.m4-47-    else
apache2-2.4.46/modules/aaa/config.m4:48:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/modules/aaa/config.m4-49-    fi
##############################################
apache2-2.4.46/modules/http2/config2.m4-63-        dnl This ensures $withval is actually a directory and that it is absolute
apache2-2.4.46/modules/http2/config2.m4:64:        ap_nghttp2_base="`cd $withval ; pwd`"
apache2-2.4.46/modules/http2/config2.m4-65-      fi
##############################################
apache2-2.4.46/modules/http2/config2.m4-99-      ])
apache2-2.4.46/modules/http2/config2.m4:100:      ap_nghttp2_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libnghttp2`"
apache2-2.4.46/modules/http2/config2.m4-101-      if test $? -eq 0; then
apache2-2.4.46/modules/http2/config2.m4-102-        ap_nghttp2_found="yes"
apache2-2.4.46/modules/http2/config2.m4:103:        pkglookup="`$PKGCONFIG --cflags-only-I libnghttp2`"
apache2-2.4.46/modules/http2/config2.m4-104-        APR_ADDTO(CPPFLAGS, [$pkglookup])
apache2-2.4.46/modules/http2/config2.m4-105-        APR_ADDTO(MOD_CFLAGS, [$pkglookup])
apache2-2.4.46/modules/http2/config2.m4:106:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libnghttp2`"
apache2-2.4.46/modules/http2/config2.m4-107-        APR_ADDTO(LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/http2/config2.m4-108-        APR_ADDTO(MOD_LDFLAGS, [$pkglookup])
apache2-2.4.46/modules/http2/config2.m4:109:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libnghttp2`"
apache2-2.4.46/modules/http2/config2.m4-110-        APR_ADDTO(LDFLAGS, [$pkglookup])
##############################################
apache2-2.4.46/modules/http2/config2.m4-140-    if test "x$ac_cv_nghttp2" = "xyes"; then
apache2-2.4.46/modules/http2/config2.m4:141:      ap_nghttp2_libs="${ap_nghttp2_libs:--lnghttp2} `$apr_config --libs`"
apache2-2.4.46/modules/http2/config2.m4-142-      APR_ADDTO(MOD_LDFLAGS, [$ap_nghttp2_libs])
##############################################
apache2-2.4.46/modules/ldap/config.m4-10-    if test -z "$apu_config" ; then
apache2-2.4.46/modules/ldap/config.m4:11:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/modules/ldap/config.m4-12-    else
apache2-2.4.46/modules/ldap/config.m4:13:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/modules/ldap/config.m4-14-    fi
##############################################
apache2-2.4.46/modules/config7.m4-5-  [
apache2-2.4.46/modules/config7.m4:6:    withval=`echo $withval | sed -e 's/,/ /g'`
apache2-2.4.46/modules/config7.m4-7-    for mod in $withval
apache2-2.4.46/modules/config7.m4-8-    do
apache2-2.4.46/modules/config7.m4:9:      modtype=`echo $mod | sed -e's/\(.*\):.*/\1/'`
apache2-2.4.46/modules/config7.m4:10:      pkg=`echo $mod | sed -e's/.*:\(.*\)/\1/'`
apache2-2.4.46/modules/config7.m4:11:      modfilec=`echo $pkg | sed -e 's;^.*/;;'`
apache2-2.4.46/modules/config7.m4:12:      modfileo=`echo $pkg | sed -e 's;^.*/;;' -e 's;\.c$;.o;'`
apache2-2.4.46/modules/config7.m4-13-      modpath_current="modules/$modtype"
##############################################
apache2-2.4.46/modules/config7.m4-20-      fi
apache2-2.4.46/modules/config7.m4:21:      module=`echo $pkg | sed -e 's;\(.*/\).*mod_\(.*\).c;\2;'`
apache2-2.4.46/modules/config7.m4-22-      objects="mod_$module.lo"
##############################################
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-167- */
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c:168:static unsigned long parse_addr(const char *w, unsigned short *ports)
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-169-{
##############################################
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-188-
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c:189:    my_addr = apr_inet_addr((char *)w);
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-190-    if (my_addr != INADDR_NONE) {
##############################################
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-505-    else {
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c:506:        new->local_addr.sin_addr.s_addr = parse_addr(ips, NULL);
apache2-2.4.46/modules/arch/netware/mod_nw_ssl.c-507-        addr = apr_pstrdup(cmd->server->process->pool, ips);
##############################################
apache2-2.4.46/modules/metadata/mod_setenvif.c-74- *
apache2-2.4.46/modules/metadata/mod_setenvif.c:75: *    SetEnvIf remote_addr (127.0.0.1|192.168.10.) LOCAL
apache2-2.4.46/modules/metadata/mod_setenvif.c-76- *
##############################################
apache2-2.4.46/modules/proxy/proxy_util.h-28-
apache2-2.4.46/modules/proxy/proxy_util.h:29:PROXY_DECLARE(int) ap_proxy_is_ipaddr(struct dirconn_entry *This, apr_pool_t *p);
apache2-2.4.46/modules/proxy/proxy_util.h-30-PROXY_DECLARE(int) ap_proxy_is_domainname(struct dirconn_entry *This, apr_pool_t *p);
##############################################
apache2-2.4.46/modules/proxy/ajp_header.c-191-    req_uri        (string)
apache2-2.4.46/modules/proxy/ajp_header.c:192:    remote_addr    (string)
apache2-2.4.46/modules/proxy/ajp_header.c-193-    remote_host    (string)
##############################################
apache2-2.4.46/modules/proxy/ajp_header.c-459-     * from the builtin data of the AJP 13 protocol.
apache2-2.4.46/modules/proxy/ajp_header.c:460:     * Since the servlet spec allows to retrieve it via getLocalAddr(),
apache2-2.4.46/modules/proxy/ajp_header.c-461-     * we provide the address to the Tomcat connector as a request
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-66-
apache2-2.4.46/modules/proxy/proxy_util.c:67:static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r);
apache2-2.4.46/modules/proxy/proxy_util.c-68-static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r);
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-415-/* Return TRUE if addr represents an IP address (or an IP network address) */
apache2-2.4.46/modules/proxy/proxy_util.c:416:PROXY_DECLARE(int) ap_proxy_is_ipaddr(struct dirconn_entry *This, apr_pool_t *p)
apache2-2.4.46/modules/proxy/proxy_util.c-417-{
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-424-     * if the address is given with an explicit netmask, use that
apache2-2.4.46/modules/proxy/proxy_util.c:425:     * Due to a deficiency in apr_inet_addr(), it is impossible to parse
apache2-2.4.46/modules/proxy/proxy_util.c-426-     * "partial" addresses (with less than 4 quads) correctly, i.e.
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-536-/* Return TRUE if addr represents an IP address (or an IP network address) */
apache2-2.4.46/modules/proxy/proxy_util.c:537:static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r)
apache2-2.4.46/modules/proxy/proxy_util.c-538-{
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-551-        for (addr.s_addr = 0, i = 0; i < 4; ++i) {
apache2-2.4.46/modules/proxy/proxy_util.c:552:            /* ap_proxy_is_ipaddr() already confirmed that we have
apache2-2.4.46/modules/proxy/proxy_util.c-553-             * a valid octet in ip_addr[i]
##############################################
apache2-2.4.46/modules/proxy/proxy_util.c-1615-     * destroy this data more frequently than other data in the proxy_conn_rec
apache2-2.4.46/modules/proxy/proxy_util.c:1616:     * struct like hostname and addr (at least in the case where we have
apache2-2.4.46/modules/proxy/proxy_util.c-1617-     * keepalive connections that timed out).
##############################################
apache2-2.4.46/modules/proxy/mod_proxy.c-2036-
apache2-2.4.46/modules/proxy/mod_proxy.c:2037:        if (ap_proxy_is_ipaddr(New, parms->pool)) {
apache2-2.4.46/modules/proxy/mod_proxy.c-2038-#if DEBUGGING
##############################################
apache2-2.4.46/modules/proxy/ajp_header.h-62- */
apache2-2.4.46/modules/proxy/ajp_header.h:63:#define SC_A_REQ_LOCAL_ADDR     ("AJP_LOCAL_ADDR")
apache2-2.4.46/modules/proxy/ajp_header.h-64-
##############################################
apache2-2.4.46/docs/manual/platform/netware.html.en-642-          </code></p></div>
apache2-2.4.46/docs/manual/platform/netware.html.en:643:          For performance reasons you should enable to build with ASM code.
apache2-2.4.46/docs/manual/platform/netware.html.en:644:          Download NASM from the <a href="http://nasm.sourceforge.net/">SF site</a>.
apache2-2.4.46/docs/manual/platform/netware.html.en:645:          Then configure OpenSSL to use ASM code:
apache2-2.4.46/docs/manual/platform/netware.html.en-646-          <div class="example"><p><code>
apache2-2.4.46/docs/manual/platform/netware.html.en:647:              Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
apache2-2.4.46/docs/manual/platform/netware.html.en-648-          </code></p></div>
##############################################
apache2-2.4.46/docs/manual/platform/win_compiling.html.en-215-        .pdb files are generated for troubleshooting.  If the assembler is
apache2-2.4.46/docs/manual/platform/win_compiling.html.en:216:        not installed, you would add no-asm above and use ms\do_ms.bat
apache2-2.4.46/docs/manual/platform/win_compiling.html.en-217-        instead of the ms\do_masm.bat script.</div>
##############################################
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8-712-          Pour des raisons de performances, vous devez activer la
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8:713:	  compilation avec le code ASM. Télécharger NASM depuis le <a href="http://nasm.sourceforge.net/">site SF</a>. Configurez
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8:714:	  ensuite OpenSSL pour utiliser le code ASM :
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8-715-          <div class="example"><p><code>
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8:716:              Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
apache2-2.4.46/docs/manual/platform/netware.html.fr.utf8-717-          </code></p></div>
##############################################
apache2-2.4.46/docs/manual/platform/win_compiling.html.fr.utf8-251-	pouvoir résoudre les problèmes. Si l'assembleur n'est pas
apache2-2.4.46/docs/manual/platform/win_compiling.html.fr.utf8:252:	installé, vous devez ajouter no-asm ci-dessus et utiliser le
apache2-2.4.46/docs/manual/platform/win_compiling.html.fr.utf8-253-	script ms\do_ms.bat à la place de ms\do_masm.bat.</div>
##############################################
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr-147-          perl util\mkfiles.pl &gt;MINFO<br />
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr:148:          perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile<br />
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr:149:          perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile.dbg<br />
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr:150:          perl util\mkdef.pl 32 libeay no-asm no-mdc2 no-rc5 no-idea &gt;ms\libeay32.def<br />
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr:151:          perl util\mkdef.pl 32 ssleay no-asm no-mdc2 no-rc5 no-idea &gt;ms\ssleay32.def<br />
apache2-2.4.46/docs/manual/platform/win_compiling.html.ko.euc-kr-152-          nmake<br />
##############################################
apache2-2.4.46/docs/manual/style/scripts/prettify.min.js-59-job.decorations=decorations;};return decorate;}
apache2-2.4.46/docs/manual/style/scripts/prettify.min.js:60:function sourceDecorator(options){var shortcutStylePatterns=[],fallthroughStylePatterns=[];if(options['tripleQuotedStrings']){shortcutStylePatterns.push([PR_STRING,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,'\'"']);}else if(options['multiLineStrings']){shortcutStylePatterns.push([PR_STRING,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,'\'"`']);}else{shortcutStylePatterns.push([PR_STRING,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,'"\'']);}
apache2-2.4.46/docs/manual/style/scripts/prettify.min.js-61-if(options['verbatimStrings']){fallthroughStylePatterns.push([PR_STRING,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);}
##############################################
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.en-342-    req_uri          (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.en:343:    remote_addr      (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.en-344-    remote_host      (string)
##############################################
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.fr.utf8-372-    req_uri          (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.fr.utf8:373:    remote_addr      (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.fr.utf8-374-    remote_host      (string)
##############################################
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.ja.utf8-294-    req_uri          (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.ja.utf8:295:    remote_addr      (string)
apache2-2.4.46/docs/manual/mod/mod_proxy_ajp.html.ja.utf8-296-    remote_host      (string)
##############################################
apache2-2.4.46/docs/conf/mime.types-1745-text/vnd.wap.wmlscript				wmls
apache2-2.4.46/docs/conf/mime.types:1746:text/x-asm					s asm
apache2-2.4.46/docs/conf/mime.types-1747-text/x-c					c cc cxx cpp h hh dic
##############################################
apache2-2.4.46/acinclude.m4-106-
apache2-2.4.46/acinclude.m4:107:  abs_srcdir="`(cd $srcdir && pwd)`"
apache2-2.4.46/acinclude.m4-108-
##############################################
apache2-2.4.46/acinclude.m4-203-      libname="mod_$1.la"
apache2-2.4.46/acinclude.m4:204:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/acinclude.m4-205-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/acinclude.m4-258-            libname="mod_mpm_$1.la"
apache2-2.4.46/acinclude.m4:259:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/acinclude.m4-260-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/acinclude.m4-436-        else
apache2-2.4.46/acinclude.m4:437:          i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/acinclude.m4-438-          eval "enable_$i=shared"
##############################################
apache2-2.4.46/acinclude.m4-451-      else
apache2-2.4.46/acinclude.m4:452:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/acinclude.m4-453-    	eval "enable_$i=shared"
##############################################
apache2-2.4.46/acinclude.m4-464-      else
apache2-2.4.46/acinclude.m4:465:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/acinclude.m4-466-    	eval "enable_$i=static"
##############################################
apache2-2.4.46/acinclude.m4-501-        dnl This ensures $withval is actually a directory and that it is absolute
apache2-2.4.46/acinclude.m4:502:        ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/acinclude.m4-503-      fi
##############################################
apache2-2.4.46/acinclude.m4-530-      ])
apache2-2.4.46/acinclude.m4:531:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/acinclude.m4-532-      if test $? -eq 0; then
apache2-2.4.46/acinclude.m4-533-        ap_openssl_found="yes"
apache2-2.4.46/acinclude.m4:534:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/acinclude.m4-535-        APR_ADDTO(CPPFLAGS, [$pkglookup])
##############################################
apache2-2.4.46/acinclude.m4-537-        APR_ADDTO(ab_CFLAGS, [$pkglookup])
apache2-2.4.46/acinclude.m4:538:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/acinclude.m4-539-        APR_ADDTO(LDFLAGS, [$pkglookup])
apache2-2.4.46/acinclude.m4-540-        APR_ADDTO(MOD_LDFLAGS, [$pkglookup])
apache2-2.4.46/acinclude.m4:541:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/acinclude.m4-542-        APR_ADDTO(LDFLAGS, [$pkglookup])
##############################################
apache2-2.4.46/acinclude.m4-573-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/acinclude.m4:574:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/acinclude.m4-575-      APR_ADDTO(MOD_LDFLAGS, [$ap_openssl_libs])
##############################################
apache2-2.4.46/acinclude.m4-614-   if test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd; then
apache2-2.4.46/acinclude.m4:615:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd`
apache2-2.4.46/acinclude.m4-616-   elif test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd-daemon; then
apache2-2.4.46/acinclude.m4:617:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd-daemon`
apache2-2.4.46/acinclude.m4-618-   else
##############################################
apache2-2.4.46/acinclude.m4-685-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/acinclude.m4:686:CPPFLAGS="$CPPFLAGS `$[$1]_config --includes`"
apache2-2.4.46/acinclude.m4-687-
##############################################
apache2-2.4.46/buildconf-22-# version check for AC_PROG_CC_C99
apache2-2.4.46/buildconf:23:ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'`
apache2-2.4.46/buildconf-24-case "$ac_version" in
##############################################
apache2-2.4.46/buildconf-43-    case "$1" in
apache2-2.4.46/buildconf:44:    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
apache2-2.4.46/buildconf-45-    *) optarg= ;;
##############################################
apache2-2.4.46/buildconf-128-        # We're using apr-config. Do a sanity check.
apache2-2.4.46/buildconf:129:        apr_config=`which "${dir}"`
apache2-2.4.46/buildconf-130-        echo "testing apr-config executable: ${apr_config}"
apache2-2.4.46/buildconf-131-
apache2-2.4.46/buildconf:132:        version=`"${apr_config}" --version`
apache2-2.4.46/buildconf:133:        version=`echo "${version}" | sed -n '/^[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$/p'`
apache2-2.4.46/buildconf-134-
##############################################
apache2-2.4.46/buildconf-142-        apr_major_version=${version} # we'll make a real "major version" later
apache2-2.4.46/buildconf:143:        apr_src_dir=`"${apr_config}" --installbuilddir`
apache2-2.4.46/buildconf-144-        apr_found=1
##############################################
apache2-2.4.46/buildconf-159-elif [ -n "${apr_config}" ]; then
apache2-2.4.46/buildconf:160:    apr_major_version=`echo "${apr_major_version}" | sed 's/\..*//'`
apache2-2.4.46/buildconf-161-else
##############################################
apache2-2.4.46/buildconf-171-    if test -z "$apu_src_dir"; then
apache2-2.4.46/buildconf:172:        apu_src_dir=`echo $apr_src_dir | sed -e 's#/apr#/apr-util#g;'`
apache2-2.4.46/buildconf:173:        apu_src_dir="$apu_src_dir `echo $apr_src_dir | sed -e 's#/apr#/aprutil#;g'`"
apache2-2.4.46/buildconf-174-        apu_src_dir="$apu_src_dir srclib/apr-util ../apr-util"
##############################################
apache2-2.4.46/buildconf-236-
apache2-2.4.46/buildconf:237:apr_src_dir=`cd $apr_src_dir && pwd` 
apache2-2.4.46/buildconf-238-
##############################################
apache2-2.4.46/buildconf-248-
apache2-2.4.46/buildconf:249:    apu_src_dir=`cd $apu_src_dir && pwd`
apache2-2.4.46/buildconf-250-fi
##############################################
apache2-2.4.46/buildconf-260-    automake=${AUTOMAKE:-automake}
apache2-2.4.46/buildconf:261:    am_libdir=`"${automake}" --print-libdir`
apache2-2.4.46/buildconf-262-    cp "${am_libdir}/config.guess" "${am_libdir}/config.sub" build
##############################################
apache2-2.4.46/buildconf-307-    REVISION=`build/get-version.sh all include/ap_release.h AP_SERVER`
apache2-2.4.46/buildconf:308:    VERSION=`echo $REVISION | cut -d- -s -f1`
apache2-2.4.46/buildconf:309:    RELEASE=`echo $REVISION | cut -d- -s -f2`
apache2-2.4.46/buildconf-310-    if [ "x$VERSION" = "x" ]; then
##############################################
apache2-2.4.46/CHANGES-5264-     [Multiple contributors iterating through bugzilla,
apache2-2.4.46/CHANGES:5265:      Aron Ujvari <xanco nikhok.hu>, Aleksey Midenkov <asm uezku.kemsu.ru>,
apache2-2.4.46/CHANGES-5266-      <dan listening-station.net; trunk version Nick Kew]
##############################################
apache2-2.4.46/support/check_forensic-24-    mktemp)
apache2-2.4.46/support/check_forensic:25:      name=`mktemp -t $1.XXXXXX`
apache2-2.4.46/support/check_forensic-26-      ;;
apache2-2.4.46/support/check_forensic-27-    tempfile)
apache2-2.4.46/support/check_forensic:28:      name=`tempfile --prefix=$1`
apache2-2.4.46/support/check_forensic-29-      ;;
##############################################
apache2-2.4.46/support/dbmmanage.in-170-        for (qw(-xlwwa -le)) {
apache2-2.4.46/support/dbmmanage.in:171:            `ps $_ 2>/dev/null`;
apache2-2.4.46/support/dbmmanage.in-172-            $psf = $_, last unless $?;
apache2-2.4.46/support/dbmmanage.in-173-        }
apache2-2.4.46/support/dbmmanage.in:174:        srand (time ^ $$ ^ unpack("%L*", `ps $psf | gzip -f`));
apache2-2.4.46/support/dbmmanage.in-175-    }
##############################################
apache2-2.4.46/support/logresolve.pl.in-212-		alarm($TIMEOUT);
apache2-2.4.46/support/logresolve.pl.in:213:		$hostname = gethostbyaddr(gethostbyname($ip), AF_INET);
apache2-2.4.46/support/logresolve.pl.in-214-		alarm(0);
##############################################
apache2-2.4.46/support/apxs.in-293-    notice("Creating [DIR]  $name");
apache2-2.4.46/support/apxs.in:294:    system("mkdir $name");
apache2-2.4.46/support/apxs.in-295-    notice("Creating [FILE] $name/Makefile");
##############################################
apache2-2.4.46/support/apxs.in-307-    notice("Creating [FILE] $name/.deps");
apache2-2.4.46/support/apxs.in:308:    system("touch ${name}/.deps");
apache2-2.4.46/support/apxs.in-309-
##############################################
apache2-2.4.46/support/apxs.in-355-
apache2-2.4.46/support/apxs.in:356:my $apr_major_version = (split /\./, `$apr_config --version`)[0];
apache2-2.4.46/support/apxs.in-357-
##############################################
apache2-2.4.46/support/apxs.in-367-
apache2-2.4.46/support/apxs.in:368:my $libtool = `$apr_config --apr-libtool`;
apache2-2.4.46/support/apxs.in-369-chomp($libtool);
apache2-2.4.46/support/apxs.in-370-
apache2-2.4.46/support/apxs.in:371:my $apr_includedir = `$apr_config --includes`;
apache2-2.4.46/support/apxs.in-372-chomp($apr_includedir);
##############################################
apache2-2.4.46/support/apxs.in-374-if ($apr_major_version < 2) {
apache2-2.4.46/support/apxs.in:375:    $apu_includedir = `$apu_config --includes`;
apache2-2.4.46/support/apxs.in-376-    chomp($apu_includedir);
##############################################
apache2-2.4.46/support/apxs.in-466-        
apache2-2.4.46/support/apxs.in:467:        my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;
apache2-2.4.46/support/apxs.in-468-        chomp($apr_libs);
##############################################
apache2-2.4.46/support/apxs.in-470-        if ($apr_major_version < 2) {
apache2-2.4.46/support/apxs.in:471:            $apu_libs=`$apu_config --ldflags --link-libtool --libs`;
apache2-2.4.46/support/apxs.in-472-            chomp($apu_libs);
##############################################
apache2-2.4.46/support/apxs.in-477-    else {
apache2-2.4.46/support/apxs.in:478:        my $apr_ldflags=`$apr_config --ldflags`;
apache2-2.4.46/support/apxs.in-479-        chomp($apr_ldflags);
##############################################
apache2-2.4.46/support/apxs.in-575-                my $cmd = "mv $filename $filename.bak~";
apache2-2.4.46/support/apxs.in:576:                if (system($cmd) != 0) {
apache2-2.4.46/support/apxs.in-577-                    die "'$cmd' failed\n";
##############################################
apache2-2.4.46/support/apxs.in-587-                my $cmd = "a2enmod $name";
apache2-2.4.46/support/apxs.in:588:                if (system($cmd) != 0) {
apache2-2.4.46/support/apxs.in-589-                    die "'$cmd' failed\n";
##############################################
apache2-2.4.46/test/travis_before_linux.sh-68-
apache2-2.4.46/test/travis_before_linux.sh:69:    local revision=`svn info --show-item last-changed-revision ${url}`
apache2-2.4.46/test/travis_before_linux.sh-70-
##############################################
apache2-2.4.46/test/test-writev.c-63-    server_addr.sin_family = AF_INET;
apache2-2.4.46/test/test-writev.c:64:    server_addr.sin_addr.s_addr = inet_addr( argv[1] );
apache2-2.4.46/test/test-writev.c-65-    if( server_addr.sin_addr.s_addr == INADDR_NONE ) {
##############################################
apache2-2.4.46/test/travis_run_linux.sh-60-     test `./bin/apxs -q PREFIX` = $PREFIX
apache2-2.4.46/test/travis_run_linux.sh:61:     test `$PWD/bin/apxs -q PREFIX` = $PREFIX
apache2-2.4.46/test/travis_run_linux.sh-62-     ./bin/apxs -g -n foobar
##############################################
apache2-2.4.46/test/make_sni.sh-38-
apache2-2.4.46/test/make_sni.sh:39:args=`getopt a:fd:D:p: $*`
apache2-2.4.46/test/make_sni.sh-40-if [ $? != 0 ]; then
##############################################
apache2-2.4.46/test/make_sni.sh-153-rm -f {$CDIR}/*.0
apache2-2.4.46/test/make_sni.sh:154:ln ${CDIR}/xs-root-1.pem ${CDIR}/xs-root-dir/`openssl x509 -noout -hash -in ${CDIR}/xs-root-1.pem`.0
apache2-2.4.46/test/make_sni.sh:155:ln ${CDIR}/xs-root-2.pem ${CDIR}/xs-root-dir/`openssl x509 -noout -hash -in ${CDIR}/xs-root-2.pem`.0
apache2-2.4.46/test/make_sni.sh-156-
##############################################
apache2-2.4.46/test/make_sni.sh-244-    FQDN=$n.$DOMAIN
apache2-2.4.46/test/make_sni.sh:245:    serial=`expr $serial + 1`
apache2-2.4.46/test/make_sni.sh-246-
##############################################
apache2-2.4.46/include/ap_mmn.h-379- *                         ap_proxy_buckets_lifetime_transform(),
apache2-2.4.46/include/ap_mmn.h:380: *                         ap_proxy_date_canon(), ap_proxy_is_ipaddr(),
apache2-2.4.46/include/ap_mmn.h-381- *                         ap_proxy_is_domainname(), ap_proxy_is_hostname(),
##############################################
apache2-2.4.46/build/install-bindist.sh.in-25-  path=""
apache2-2.4.46/build/install-bindist.sh.in:26:  dirs=`echo $1 | sed -e 's%/% %g'`
apache2-2.4.46/build/install-bindist.sh.in-27-  mode=$2
##############################################
apache2-2.4.46/build/install-bindist.sh.in-67-perls='perl5 perl'
apache2-2.4.46/build/install-bindist.sh.in:68:path=`echo $PATH | sed -e 's/:/ /g'`
apache2-2.4.46/build/install-bindist.sh.in-69-found_perl=0
##############################################
apache2-2.4.46/build/install-bindist.sh.in-73-    if test -f "${dir}/${pperl}" ; then
apache2-2.4.46/build/install-bindist.sh.in:74:      if `${dir}/${pperl} -v >/dev/null 2>&1` ; then
apache2-2.4.46/build/install-bindist.sh.in-75-        PERL="${dir}/${pperl}"
##############################################
apache2-2.4.46/build/install-bindist.sh.in-146-PRE=`grep "^prefix = " bindist/build/config_vars.mk`
apache2-2.4.46/build/install-bindist.sh.in:147:PRE=`echo $PRE | sed -e "s;prefix = ;;"`
apache2-2.4.46/build/install-bindist.sh.in-148-sed -e "s;$PRE;$SR;" bindist/build/config_vars.mk > $SR/build/config_vars.mk
##############################################
apache2-2.4.46/build/config-stubs-24-    if [ -r $configfile ]; then
apache2-2.4.46/build/config-stubs:25:        echo "sinclude($configfile)"
apache2-2.4.46/build/config-stubs-26-    fi
##############################################
apache2-2.4.46/build/aix/aixproto.ksh-21-do
apache2-2.4.46/build/aix/aixproto.ksh:22:        set `du -s $d/${NAME}`
apache2-2.4.46/build/aix/aixproto.ksh-23-        let sz$d=$1+1
##############################################
apache2-2.4.46/build/aix/aixinfo-10-REVISION=`build/get-version.sh all include/ap_release.h AP_SERVER`
apache2-2.4.46/build/aix/aixinfo:11:VERSION=`echo $REVISION | cut -d- -s -f1`
apache2-2.4.46/build/aix/aixinfo:12:RELEASE=`echo $REVISION | cut -d- -s -f2`
apache2-2.4.46/build/aix/aixinfo-13-if [ "x$VERSION" = "x" ]; then
##############################################
apache2-2.4.46/build/aix/mkinstallp.ksh-74-	then
apache2-2.4.46/build/aix/mkinstallp.ksh:75:		set `du -s $d/${NAME}`
apache2-2.4.46/build/aix/mkinstallp.ksh-76-	else
apache2-2.4.46/build/aix/mkinstallp.ksh:77:		[[ -d $d ]] && set `du -s $d`
apache2-2.4.46/build/aix/mkinstallp.ksh-78-	fi
##############################################
apache2-2.4.46/build/aix/buildaix.ksh-42-  case "$1" in
apache2-2.4.46/build/aix/buildaix.ksh:43:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
apache2-2.4.46/build/aix/buildaix.ksh-44-  *) optarg= ;;
##############################################
apache2-2.4.46/build/instdso.sh-32-
apache2-2.4.46/build/instdso.sh:33:SH_LIBTOOL=`echo $1 | sed -e 's/^SH_LIBTOOL=//'`
apache2-2.4.46/build/instdso.sh-34-DSOARCHIVE=$2
apache2-2.4.46/build/instdso.sh:35:DSOARCHIVE_BASENAME=`basename $2`
apache2-2.4.46/build/instdso.sh-36-TARGETDIR=$3
apache2-2.4.46/build/instdso.sh:37:DSOBASE=`echo $DSOARCHIVE_BASENAME | sed -e 's/\.la$//'`
apache2-2.4.46/build/instdso.sh-38-TARGET_NAME="$DSOBASE.so"
##############################################
apache2-2.4.46/build/instdso.sh-74-then
apache2-2.4.46/build/instdso.sh:75:  DLNAME=`sed -n "/^dlname=/{s/.*='\([^']*\)'/\1/;p;}" $TARGETDIR/$DSOARCHIVE_BASENAME`
apache2-2.4.46/build/instdso.sh:76:  LIBRARY_NAMES=`sed -n "/^library_names/{s/library_names='\([^']*\)'/\1/;p;}" $TARGETDIR/$DSOARCHIVE_BASENAME`
apache2-2.4.46/build/instdso.sh:77:  LIBRARY_NAMES=`echo $LIBRARY_NAMES | sed -e "s/ *$DLNAME//g"`
apache2-2.4.46/build/instdso.sh-78-fi
##############################################
apache2-2.4.46/build/apr_common.m4-128-  test -d $1 || $mkdir_p $1
apache2-2.4.46/build/apr_common.m4:129:  ac_abs_srcdir=`(cd $srcdir/$1 && pwd)`
apache2-2.4.46/build/apr_common.m4-130-  cd $1
##############################################
apache2-2.4.46/build/apr_common.m4-133-      # A "../" for each directory in /$config_subdirs.
apache2-2.4.46/build/apr_common.m4:134:      ac_dots=`echo $apr_config_subdirs|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
apache2-2.4.46/build/apr_common.m4-135-changequote([, ])dnl
##############################################
apache2-2.4.46/build/apr_common.m4-215-  else
apache2-2.4.46/build/apr_common.m4:216:    $2$1=`echo "$$1" | sed -e "s%${apr_ste_save_$1}%%"`
apache2-2.4.46/build/apr_common.m4-217-    $1="$apr_ste_save_$1"
##############################################
apache2-2.4.46/build/apr_common.m4-372-for ac_spec in $1; do
apache2-2.4.46/build/apr_common.m4:373:    ac_type=`echo "$ac_spec" | sed -e 's/:.*$//'`
apache2-2.4.46/build/apr_common.m4:374:    ac_item=`echo "$ac_spec" | sed -e 's/^.*://'`
apache2-2.4.46/build/apr_common.m4-375-    case $ac_type in
apache2-2.4.46/build/apr_common.m4-376-        header )
apache2-2.4.46/build/apr_common.m4:377:            ac_item=`echo "$ac_item" | sed 'y%./+-%__p_%'`
apache2-2.4.46/build/apr_common.m4-378-            ac_var="ac_cv_header_$ac_item"
##############################################
apache2-2.4.46/build/apr_common.m4-380-        file )
apache2-2.4.46/build/apr_common.m4:381:            ac_item=`echo "$ac_item" | sed 'y%./+-%__p_%'`
apache2-2.4.46/build/apr_common.m4-382-            ac_var="ac_cv_file_$ac_item"
##############################################
apache2-2.4.46/build/apr_common.m4-653-do
apache2-2.4.46/build/apr_common.m4:654:    ac_safe=`echo "$aprt_i" | sed 'y%./+-%__p_%'`
apache2-2.4.46/build/apr_common.m4:655:    aprt_2=`echo "$aprt_i" | sed -e 's%/%_%g' -e 's/\.//g' -e 's/-//g'`
apache2-2.4.46/build/apr_common.m4:656:    if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
apache2-2.4.46/build/apr_common.m4-657-       eval "ifelse($2,,$aprt_2,$2)=ifelse($3,yes,yes,1)"
##############################################
apache2-2.4.46/build/apr_common.m4-675-    aprt_3="have_$aprt_j"
apache2-2.4.46/build/apr_common.m4:676:    if eval "test \"`echo '$ac_cv_func_'$aprt_j`\" = yes"; then
apache2-2.4.46/build/apr_common.m4-677-       eval "ifelse($2,,$aprt_3,$2)=ifelse($3,yes,yes,1)"
##############################################
apache2-2.4.46/build/apr_common.m4-701-  ap_last="${ap_cur}"
apache2-2.4.46/build/apr_common.m4:702:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/build/apr_common.m4-703-done
##############################################
apache2-2.4.46/build/apr_common.m4-715-AC_DEFUN([APR_PATH_RELATIVE], [
apache2-2.4.46/build/apr_common.m4:716:ap_stripped=`echo $2 | sed -e "s#^$3##"`
apache2-2.4.46/build/apr_common.m4-717-# check if the stripping was successful
##############################################
apache2-2.4.46/build/apr_common.m4-719-    # it was, so strip of any leading slashes
apache2-2.4.46/build/apr_common.m4:720:    $1="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/build/apr_common.m4-721-else
##############################################
apache2-2.4.46/build/apr_common.m4-772-      *+)
apache2-2.4.46/build/apr_common.m4:773:        val=`echo $val | sed -e 's;\+$;;'`
apache2-2.4.46/build/apr_common.m4-774-        eval "$var=\"\$val\""
##############################################
apache2-2.4.46/build/apr_common.m4-780-    esac
apache2-2.4.46/build/apr_common.m4:781:    val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
apache2-2.4.46/build/apr_common.m4:782:    val=`echo $val | sed -e 's:[\$]\([a-z_]*\):${\1}:g'`
apache2-2.4.46/build/apr_common.m4-783-    if test "$autosuffix" = "yes"; then
##############################################
apache2-2.4.46/build/apr_common.m4-836-
apache2-2.4.46/build/apr_common.m4:837:  ac_optarg=`expr "x$ac_option" : 'x[[^=]]*=\(.*\)'`
apache2-2.4.46/build/apr_common.m4-838-
##############################################
apache2-2.4.46/build/apr_common.m4-933-do
apache2-2.4.46/build/apr_common.m4:934:  eval ac_val=$`echo $ac_var`
apache2-2.4.46/build/apr_common.m4-935-  case $ac_val in
##############################################
apache2-2.4.46/build/rules.mk.in-74-all-recursive install-recursive depend-recursive:
apache2-2.4.46/build/rules.mk.in:75:	@otarget=`echo $@|sed s/-recursive//`; \
apache2-2.4.46/build/rules.mk.in-76-	list=' $(BUILD_SUBDIRS) $(SUBDIRS)'; \
##############################################
apache2-2.4.46/build/rules.mk.in-95-clean-recursive distclean-recursive extraclean-recursive:
apache2-2.4.46/build/rules.mk.in:96:	@otarget=`echo $@|sed s/-recursive//`; \
apache2-2.4.46/build/rules.mk.in-97-	list='$(CLEAN_SUBDIRS) $(SUBDIRS)'; \
##############################################
apache2-2.4.46/build/rules.mk.in-146-local-depend: x-local-depend
apache2-2.4.46/build/rules.mk.in:147:	@if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
apache2-2.4.46/build/rules.mk.in-148-		rm -f .deps; \
##############################################
apache2-2.4.46/build/PrintPath-50-	-s  ) echo="no" ;;
apache2-2.4.46/build/PrintPath:51:	-p* ) pathname="`echo $args | sed 's/^..//'`" ;;
apache2-2.4.46/build/PrintPath-52-	*   ) programs="$programs $args" ;;
##############################################
apache2-2.4.46/build/PrintPath-96-
apache2-2.4.46/build/PrintPath:97:    if `/bin/sh $testfile 2>/dev/null`; then
apache2-2.4.46/build/PrintPath-98-	test_exec_flag="-x"
##############################################
apache2-2.4.46/build/config.guess-34-
apache2-2.4.46/build/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
apache2-2.4.46/build/config.guess-36-
##############################################
apache2-2.4.46/build/config.guess-103-    # shellcheck disable=SC2039
apache2-2.4.46/build/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
apache2-2.4.46/build/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
apache2-2.4.46/build/config.guess-153-	EOF
apache2-2.4.46/build/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
apache2-2.4.46/build/config.guess-155-
##############################################
apache2-2.4.46/build/config.guess-190-	    earmv*)
apache2-2.4.46/build/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
apache2-2.4.46/build/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
apache2-2.4.46/build/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
apache2-2.4.46/build/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
apache2-2.4.46/build/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
apache2-2.4.46/build/config.guess-224-		;;
##############################################
apache2-2.4.46/build/config.guess-235-	    *)
apache2-2.4.46/build/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
apache2-2.4.46/build/config.guess-237-		;;
##############################################
apache2-2.4.46/build/config.guess-282-	*4.0)
apache2-2.4.46/build/config.guess:283:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
apache2-2.4.46/build/config.guess-284-		;;
apache2-2.4.46/build/config.guess-285-	*5.*)
apache2-2.4.46/build/config.guess:286:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
apache2-2.4.46/build/config.guess-287-		;;
##############################################
apache2-2.4.46/build/config.guess-292-	# types through head -n 1, so we only detect the type of CPU 0.
apache2-2.4.46/build/config.guess:293:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
apache2-2.4.46/build/config.guess-294-	case "$ALPHA_CPU_TYPE" in
##############################################
apache2-2.4.46/build/config.guess-330-	# 1.2 uses "1.2" for uname -r.
apache2-2.4.46/build/config.guess:331:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
apache2-2.4.46/build/config.guess-332-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
apache2-2.4.46/build/config.guess-381-    s390x:SunOS:*:*)
apache2-2.4.46/build/config.guess:382:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-383-	exit ;;
apache2-2.4.46/build/config.guess-384-    sun4H:SunOS:5.*:*)
apache2-2.4.46/build/config.guess:385:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-386-	exit ;;
apache2-2.4.46/build/config.guess-387-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
apache2-2.4.46/build/config.guess:388:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-389-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-406-	fi
apache2-2.4.46/build/config.guess:407:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-408-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-412-	# it's likely to be more like Solaris than SunOS4.
apache2-2.4.46/build/config.guess:413:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-414-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-421-	# Japanese Language versions have a version number like `4.1.3-JL'.
apache2-2.4.46/build/config.guess:422:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
apache2-2.4.46/build/config.guess-423-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-427-    sun*:*:4.2BSD:*)
apache2-2.4.46/build/config.guess:428:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
apache2-2.4.46/build/config.guess-429-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
apache2-2.4.46/build/config.guess-509-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
apache2-2.4.46/build/config.guess:510:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
apache2-2.4.46/build/config.guess:511:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
apache2-2.4.46/build/config.guess-512-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
apache2-2.4.46/build/config.guess-565-    *:IRIX*:*:*)
apache2-2.4.46/build/config.guess:566:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
apache2-2.4.46/build/config.guess-567-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-595-EOF
apache2-2.4.46/build/config.guess:596:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
apache2-2.4.46/build/config.guess-597-		then
##############################################
apache2-2.4.46/build/config.guess-608-    *:AIX:*:[4567])
apache2-2.4.46/build/config.guess:609:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
apache2-2.4.46/build/config.guess-610-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
apache2-2.4.46/build/config.guess-644-    9000/[34678]??:HP-UX:*:*)
apache2-2.4.46/build/config.guess:645:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
apache2-2.4.46/build/config.guess-646-	case "$UNAME_MACHINE" in
##############################################
apache2-2.4.46/build/config.guess-698-EOF
apache2-2.4.46/build/config.guess:699:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
apache2-2.4.46/build/config.guess-700-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
apache2-2.4.46/build/config.guess-726-    ia64:HP-UX:*:*)
apache2-2.4.46/build/config.guess:727:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
apache2-2.4.46/build/config.guess-728-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
apache2-2.4.46/build/config.guess-756-EOF
apache2-2.4.46/build/config.guess:757:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
apache2-2.4.46/build/config.guess-758-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
apache2-2.4.46/build/config.guess-827-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
apache2-2.4.46/build/config.guess:828:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
apache2-2.4.46/build/config.guess-829-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
apache2-2.4.46/build/config.guess-832-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
apache2-2.4.46/build/config.guess:833:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
apache2-2.4.46/build/config.guess-834-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
apache2-2.4.46/build/config.guess-850-	then
apache2-2.4.46/build/config.guess:851:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
apache2-2.4.46/build/config.guess-852-	else
apache2-2.4.46/build/config.guess:853:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
apache2-2.4.46/build/config.guess-854-	fi
##############################################
apache2-2.4.46/build/config.guess-863-	esac
apache2-2.4.46/build/config.guess:864:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
apache2-2.4.46/build/config.guess-865-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-899-    prep*:SunOS:5.*:*)
apache2-2.4.46/build/config.guess:900:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
apache2-2.4.46/build/config.guess-901-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-903-	# the GNU system
apache2-2.4.46/build/config.guess:904:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
apache2-2.4.46/build/config.guess-905-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-907-	# other systems with GNU libc and userland
apache2-2.4.46/build/config.guess:908:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
apache2-2.4.46/build/config.guess-909-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-1001-EOF
apache2-2.4.46/build/config.guess:1002:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
apache2-2.4.46/build/config.guess-1003-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
apache2-2.4.46/build/config.guess-1101-    i*86:*:4.*:*)
apache2-2.4.46/build/config.guess:1102:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
apache2-2.4.46/build/config.guess-1103-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
apache2-2.4.46/build/config.guess-1304-	fi
apache2-2.4.46/build/config.guess:1305:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
apache2-2.4.46/build/config.guess-1306-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
apache2-2.4.46/build/config.guess-1403-    *:DragonFly:*:*)
apache2-2.4.46/build/config.guess:1404:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
apache2-2.4.46/build/config.guess-1405-	exit ;;
##############################################
apache2-2.4.46/build/config.guess-1416-    i*86:skyos:*:*)
apache2-2.4.46/build/config.guess:1417:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
apache2-2.4.46/build/config.guess-1418-	exit ;;
##############################################
apache2-2.4.46/build/pkg/buildpkg.sh-33-  case "$1" in
apache2-2.4.46/build/pkg/buildpkg.sh:34:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
apache2-2.4.46/build/pkg/buildpkg.sh-35-  *) optarg= ;;
##############################################
apache2-2.4.46/build/binbuild.sh-27-APDIR="$APFULLDIR"
apache2-2.4.46/build/binbuild.sh:28:APDIR=`basename $APDIR`
apache2-2.4.46/build/binbuild.sh-29-CONFIGPARAM="--enable-layout=Apache --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support"
apache2-2.4.46/build/binbuild.sh:30:VER=`echo $APDIR | sed s/httpd-//`
apache2-2.4.46/build/binbuild.sh:31:TAR="`$PRINTPATH tar`"
apache2-2.4.46/build/binbuild.sh:32:GZIP="`$PRINTPATH gzip`"
apache2-2.4.46/build/binbuild.sh:33:COMPRESS="`$PRINTPATH compress`"
apache2-2.4.46/build/binbuild.sh:34:MD5="`$PRINTPATH md5`"
apache2-2.4.46/build/binbuild.sh-35-if [ x$MD5 = x ]; then
apache2-2.4.46/build/binbuild.sh:36:  OPENSSL="`$PRINTPATH openssl`"
apache2-2.4.46/build/binbuild.sh-37-  if [ x$OPENSSL != x ]; then
##############################################
apache2-2.4.46/build/install.sh-97-if [ -d $dst ]; then
apache2-2.4.46/build/install.sh:98:    dst="$dst/`basename $src`"
apache2-2.4.46/build/install.sh-99-fi
##############################################
apache2-2.4.46/build/install.sh-105-#  Make a temp file name in the proper directory.
apache2-2.4.46/build/install.sh:106:dstdir=`dirname $dst`
apache2-2.4.46/build/install.sh-107-dsttmp=$dstdir/#inst.$$#
##############################################
apache2-2.4.46/build/get-version.sh-39-mmn_sed="/#define.*$3_MAJOR/s/^[^0-9]*\([0-9][0-9]*\).*$/\1/p"
apache2-2.4.46/build/get-version.sh:40:major="`sed -n $major_sed $2`"
apache2-2.4.46/build/get-version.sh:41:minor="`sed -n $minor_sed $2`"
apache2-2.4.46/build/get-version.sh:42:patch="`sed -n $patch_sed $2`"
apache2-2.4.46/build/get-version.sh:43:mmn="`sed -n $mmn_sed $2`"
apache2-2.4.46/build/get-version.sh-44-
##############################################
apache2-2.4.46/build/ltmain.sh-103-#
apache2-2.4.46/build/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
apache2-2.4.46/build/ltmain.sh-105-#
##############################################
apache2-2.4.46/build/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
apache2-2.4.46/build/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
apache2-2.4.46/build/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
apache2-2.4.46/build/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
apache2-2.4.46/build/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
apache2-2.4.46/build/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
apache2-2.4.46/build/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
apache2-2.4.46/build/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
apache2-2.4.46/build/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
apache2-2.4.46/build/ltmain.sh-410-# The name of this program.
apache2-2.4.46/build/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
apache2-2.4.46/build/ltmain.sh-412-
##############################################
apache2-2.4.46/build/ltmain.sh-416-  *[\\/]*)
apache2-2.4.46/build/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
apache2-2.4.46/build/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
apache2-2.4.46/build/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
apache2-2.4.46/build/ltmain.sh-610-
apache2-2.4.46/build/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
apache2-2.4.46/build/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
apache2-2.4.46/build/ltmain.sh-613-
##############################################
apache2-2.4.46/build/ltmain.sh-639-
apache2-2.4.46/build/ltmain.sh:640:    func_arith_result=`expr "$@"`
apache2-2.4.46/build/ltmain.sh-641-  }
##############################################
apache2-2.4.46/build/ltmain.sh-660-  # ...otherwise fall back to using sed.
apache2-2.4.46/build/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
apache2-2.4.46/build/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
apache2-2.4.46/build/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
apache2-2.4.46/build/ltmain.sh-757-      test -n "$_G_tc" && {
apache2-2.4.46/build/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
apache2-2.4.46/build/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
apache2-2.4.46/build/ltmain.sh-760-      }
apache2-2.4.46/build/ltmain.sh-761-    done
apache2-2.4.46/build/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
apache2-2.4.46/build/ltmain.sh-763-
##############################################
apache2-2.4.46/build/ltmain.sh-831-
apache2-2.4.46/build/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
apache2-2.4.46/build/ltmain.sh-833-  }
##############################################
apache2-2.4.46/build/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
apache2-2.4.46/build/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
apache2-2.4.46/build/ltmain.sh-865-      done
apache2-2.4.46/build/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
apache2-2.4.46/build/ltmain.sh-867-
##############################################
apache2-2.4.46/build/ltmain.sh-901-      # If mktemp works, use that first and foremost
apache2-2.4.46/build/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-903-
##############################################
apache2-2.4.46/build/ltmain.sh-1111-        *[\\\`\"\$]*)
apache2-2.4.46/build/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
apache2-2.4.46/build/ltmain.sh-1113-        *)
##############################################
apache2-2.4.46/build/ltmain.sh-1198-    case $2 in
apache2-2.4.46/build/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
apache2-2.4.46/build/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
apache2-2.4.46/build/ltmain.sh-1201-    esac
##############################################
apache2-2.4.46/build/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
apache2-2.4.46/build/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
apache2-2.4.46/build/ltmain.sh-1273-      ;;
##############################################
apache2-2.4.46/build/ltmain.sh-1358-
apache2-2.4.46/build/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
apache2-2.4.46/build/ltmain.sh-1360-}
##############################################
apache2-2.4.46/build/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
apache2-2.4.46/build/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
apache2-2.4.46/build/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
apache2-2.4.46/build/ltmain.sh-1517-
apache2-2.4.46/build/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
apache2-2.4.46/build/ltmain.sh-1519-}
##############################################
apache2-2.4.46/build/ltmain.sh-1943-
apache2-2.4.46/build/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
apache2-2.4.46/build/ltmain.sh-1945-      func_split_equals_rhs=
apache2-2.4.46/build/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
apache2-2.4.46/build/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
apache2-2.4.46/build/ltmain.sh-1948-  }
##############################################
apache2-2.4.46/build/ltmain.sh-1971-
apache2-2.4.46/build/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
apache2-2.4.46/build/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
apache2-2.4.46/build/ltmain.sh-1974-  }
##############################################
apache2-2.4.46/build/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-9
apache2-2.4.46/build/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
apache2-2.4.46/build/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
apache2-2.4.46/build/ltmain.sh-2147-
##############################################
apache2-2.4.46/build/ltmain.sh-2183-  {
apache2-2.4.46/build/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
apache2-2.4.46/build/ltmain.sh-2185-  }
##############################################
apache2-2.4.46/build/ltmain.sh-2188-  {
apache2-2.4.46/build/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
apache2-2.4.46/build/ltmain.sh-2190-  }
##############################################
apache2-2.4.46/build/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
apache2-2.4.46/build/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
apache2-2.4.46/build/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
apache2-2.4.46/build/ltmain.sh-2751-      done
apache2-2.4.46/build/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
apache2-2.4.46/build/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
apache2-2.4.46/build/ltmain.sh-2754-      case $@ in
##############################################
apache2-2.4.46/build/ltmain.sh-2764-	    # Evaluate the configuration.
apache2-2.4.46/build/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
apache2-2.4.46/build/ltmain.sh-2766-	    CC_quoted=
##############################################
apache2-2.4.46/build/ltmain.sh-2770-	    done
apache2-2.4.46/build/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
apache2-2.4.46/build/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
apache2-2.4.46/build/ltmain.sh-2773-	    case "$@ " in
##############################################
apache2-2.4.46/build/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
apache2-2.4.46/build/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
apache2-2.4.46/build/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
apache2-2.4.46/build/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
apache2-2.4.46/build/ltmain.sh-3101-    # LT_CYGPATH in this case.
apache2-2.4.46/build/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
apache2-2.4.46/build/ltmain.sh-3103-  fi
##############################################
apache2-2.4.46/build/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
apache2-2.4.46/build/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
apache2-2.4.46/build/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
apache2-2.4.46/build/ltmain.sh-3468-    *.[cCFSifmso] | \
apache2-2.4.46/build/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
apache2-2.4.46/build/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
apache2-2.4.46/build/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
apache2-2.4.46/build/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
apache2-2.4.46/build/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
apache2-2.4.46/build/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
apache2-2.4.46/build/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-3566-
##############################################
apache2-2.4.46/build/ltmain.sh-3612-      if test warn = "$need_locks" &&
apache2-2.4.46/build/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
apache2-2.4.46/build/ltmain.sh-3614-	$ECHO "\
apache2-2.4.46/build/ltmain.sh-3615-*** ERROR, $lockfile contains:
apache2-2.4.46/build/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-3617-
##############################################
apache2-2.4.46/build/ltmain.sh-3661-      if test warn = "$need_locks" &&
apache2-2.4.46/build/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
apache2-2.4.46/build/ltmain.sh-3663-	$ECHO "\
apache2-2.4.46/build/ltmain.sh-3664-*** ERROR, $lockfile contains:
apache2-2.4.46/build/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-3666-
##############################################
apache2-2.4.46/build/ltmain.sh-3987-      # Get the absolute pathname.
apache2-2.4.46/build/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
apache2-2.4.46/build/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
apache2-2.4.46/build/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
apache2-2.4.46/build/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
apache2-2.4.46/build/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
apache2-2.4.46/build/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
apache2-2.4.46/build/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
apache2-2.4.46/build/ltmain.sh-4372-
##############################################
apache2-2.4.46/build/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
apache2-2.4.46/build/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
apache2-2.4.46/build/ltmain.sh-4385-	  else
apache2-2.4.46/build/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
apache2-2.4.46/build/ltmain.sh-4387-	  fi
##############################################
apache2-2.4.46/build/ltmain.sh-4550-	    fi
apache2-2.4.46/build/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
apache2-2.4.46/build/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
apache2-2.4.46/build/ltmain.sh-4569-	        # Replace the output file specification.
apache2-2.4.46/build/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
apache2-2.4.46/build/ltmain.sh-4571-
##############################################
apache2-2.4.46/build/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
apache2-2.4.46/build/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
apache2-2.4.46/build/ltmain.sh-4590-	  fi
##############################################
apache2-2.4.46/build/ltmain.sh-4662-    my_pic_p=${3-false}
apache2-2.4.46/build/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
apache2-2.4.46/build/ltmain.sh-4664-    my_dlsyms=
##############################################
apache2-2.4.46/build/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
apache2-2.4.46/build/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
apache2-2.4.46/build/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
apache2-2.4.46/build/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
apache2-2.4.46/build/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
apache2-2.4.46/build/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
apache2-2.4.46/build/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
apache2-2.4.46/build/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
apache2-2.4.46/build/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
apache2-2.4.46/build/ltmain.sh-4954-	  else
apache2-2.4.46/build/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
apache2-2.4.46/build/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
apache2-2.4.46/build/ltmain.sh-4957-	  fi
##############################################
apache2-2.4.46/build/ltmain.sh-4959-	*)
apache2-2.4.46/build/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
apache2-2.4.46/build/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
apache2-2.4.46/build/ltmain.sh-4962-	  ;;
##############################################
apache2-2.4.46/build/ltmain.sh-4974-      # Nullify the symbol file.
apache2-2.4.46/build/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
apache2-2.4.46/build/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
apache2-2.4.46/build/ltmain.sh-4977-    fi
##############################################
apache2-2.4.46/build/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
apache2-2.4.46/build/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
apache2-2.4.46/build/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
apache2-2.4.46/build/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
apache2-2.4.46/build/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
apache2-2.4.46/build/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
apache2-2.4.46/build/ltmain.sh-5017-  win32_libid_type=unknown
apache2-2.4.46/build/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-5019-  case $win32_fileres in
##############################################
apache2-2.4.46/build/ltmain.sh-5082-
apache2-2.4.46/build/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
apache2-2.4.46/build/ltmain.sh-5084-}
##############################################
apache2-2.4.46/build/ltmain.sh-5100-
apache2-2.4.46/build/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
apache2-2.4.46/build/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
apache2-2.4.46/build/ltmain.sh-5164-    # binutils import library
apache2-2.4.46/build/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
apache2-2.4.46/build/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
apache2-2.4.46/build/ltmain.sh-5167-    # ms-generated import library
apache2-2.4.46/build/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
apache2-2.4.46/build/ltmain.sh-5169-  else
##############################################
apache2-2.4.46/build/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
apache2-2.4.46/build/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
apache2-2.4.46/build/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
apache2-2.4.46/build/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
apache2-2.4.46/build/ltmain.sh-5252-	    darwin_arch=
##############################################
apache2-2.4.46/build/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
apache2-2.4.46/build/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
apache2-2.4.46/build/ltmain.sh-5264-	    darwin_file=
##############################################
apache2-2.4.46/build/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
apache2-2.4.46/build/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
apache2-2.4.46/build/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
apache2-2.4.46/build/ltmain.sh-5281-      esac
apache2-2.4.46/build/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
apache2-2.4.46/build/ltmain.sh-5283-    done
##############################################
apache2-2.4.46/build/ltmain.sh-5352-
apache2-2.4.46/build/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
apache2-2.4.46/build/ltmain.sh-5354-    $ECHO "\
##############################################
apache2-2.4.46/build/ltmain.sh-5387-    --lt-dump-script)
apache2-2.4.46/build/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
apache2-2.4.46/build/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
apache2-2.4.46/build/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
apache2-2.4.46/build/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
apache2-2.4.46/build/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
apache2-2.4.46/build/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
apache2-2.4.46/build/ltmain.sh-5416-  done
##############################################
apache2-2.4.46/build/ltmain.sh-5472-  # Find the directory that this script lives in.
apache2-2.4.46/build/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
apache2-2.4.46/build/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
apache2-2.4.46/build/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
apache2-2.4.46/build/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
apache2-2.4.46/build/ltmain.sh-5478-  while test -n \"\$file\"; do
apache2-2.4.46/build/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
apache2-2.4.46/build/ltmain.sh-5480-
##############################################
apache2-2.4.46/build/ltmain.sh-5488-
apache2-2.4.46/build/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
apache2-2.4.46/build/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
apache2-2.4.46/build/ltmain.sh-5491-  done
##############################################
apache2-2.4.46/build/ltmain.sh-5502-    case \"\$thisdir\" in
apache2-2.4.46/build/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
apache2-2.4.46/build/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
apache2-2.4.46/build/ltmain.sh-5508-  # Try to get the absolute directory name.
apache2-2.4.46/build/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
apache2-2.4.46/build/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
apache2-2.4.46/build/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
apache2-2.4.46/build/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
apache2-2.4.46/build/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
apache2-2.4.46/build/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
apache2-2.4.46/build/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
apache2-2.4.46/build/ltmain.sh-5535-      else
##############################################
apache2-2.4.46/build/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
apache2-2.4.46/build/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
apache2-2.4.46/build/ltmain.sh-5579-
##############################################
apache2-2.4.46/build/ltmain.sh-6556-
apache2-2.4.46/build/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
apache2-2.4.46/build/ltmain.sh-6558-    *import*) : ;;
##############################################
apache2-2.4.46/build/ltmain.sh-6804-	    moreargs=
apache2-2.4.46/build/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
apache2-2.4.46/build/ltmain.sh-6806-	    do
##############################################
apache2-2.4.46/build/ltmain.sh-7065-	*)
apache2-2.4.46/build/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
apache2-2.4.46/build/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
apache2-2.4.46/build/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
apache2-2.4.46/build/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
apache2-2.4.46/build/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
apache2-2.4.46/build/ltmain.sh-7383-      -Z*)
apache2-2.4.46/build/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
apache2-2.4.46/build/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
apache2-2.4.46/build/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
apache2-2.4.46/build/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
apache2-2.4.46/build/ltmain.sh-7555-    else
##############################################
apache2-2.4.46/build/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
apache2-2.4.46/build/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
apache2-2.4.46/build/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
apache2-2.4.46/build/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
apache2-2.4.46/build/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
apache2-2.4.46/build/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
apache2-2.4.46/build/ltmain.sh-7970-	fi
apache2-2.4.46/build/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
apache2-2.4.46/build/ltmain.sh-8043-	*)
apache2-2.4.46/build/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
apache2-2.4.46/build/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
apache2-2.4.46/build/ltmain.sh-8296-	    shift
apache2-2.4.46/build/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
apache2-2.4.46/build/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
apache2-2.4.46/build/ltmain.sh-8588-		*)
apache2-2.4.46/build/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
apache2-2.4.46/build/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
apache2-2.4.46/build/ltmain.sh-8599-		  depdepl=
apache2-2.4.46/build/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
apache2-2.4.46/build/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
apache2-2.4.46/build/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
apache2-2.4.46/build/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
apache2-2.4.46/build/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
apache2-2.4.46/build/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
apache2-2.4.46/build/ltmain.sh-8610-                      fi
##############################################
apache2-2.4.46/build/ltmain.sh-8621-		else
apache2-2.4.46/build/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
apache2-2.4.46/build/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
apache2-2.4.46/build/ltmain.sh-8644-	else
apache2-2.4.46/build/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh-8646-	fi
##############################################
apache2-2.4.46/build/ltmain.sh-8733-        linux*)
apache2-2.4.46/build/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
apache2-2.4.46/build/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
apache2-2.4.46/build/ltmain.sh-9141-	removelist=
apache2-2.4.46/build/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
apache2-2.4.46/build/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
apache2-2.4.46/build/ltmain.sh-9167-	# Transform .lo files to .o files.
apache2-2.4.46/build/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
apache2-2.4.46/build/ltmain.sh-9169-      fi
##############################################
apache2-2.4.46/build/ltmain.sh-9172-      #for path in $notinst_path; do
apache2-2.4.46/build/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
apache2-2.4.46/build/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
apache2-2.4.46/build/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
apache2-2.4.46/build/ltmain.sh-9176-      #done
##############################################
apache2-2.4.46/build/ltmain.sh-9293-		if test -n "$i"; then
apache2-2.4.46/build/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
apache2-2.4.46/build/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
apache2-2.4.46/build/ltmain.sh-9296-		  set dummy $deplib_matches; shift
apache2-2.4.46/build/ltmain.sh-9297-		  deplib_match=$1
apache2-2.4.46/build/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
apache2-2.4.46/build/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
apache2-2.4.46/build/ltmain.sh-9336-		  if test -n "$i"; then
apache2-2.4.46/build/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
apache2-2.4.46/build/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
apache2-2.4.46/build/ltmain.sh-9339-		    set dummy $deplib_matches; shift
apache2-2.4.46/build/ltmain.sh-9340-		    deplib_match=$1
apache2-2.4.46/build/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
apache2-2.4.46/build/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
apache2-2.4.46/build/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
apache2-2.4.46/build/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
apache2-2.4.46/build/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
apache2-2.4.46/build/ltmain.sh-9386-	      if test -n "$a_deplib"; then
apache2-2.4.46/build/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
apache2-2.4.46/build/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
apache2-2.4.46/build/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
apache2-2.4.46/build/ltmain.sh-9390-		else
##############################################
apache2-2.4.46/build/ltmain.sh-9396-		    shopt -s nocaseglob
apache2-2.4.46/build/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-9398-		    $nocaseglob
apache2-2.4.46/build/ltmain.sh-9399-		  else
apache2-2.4.46/build/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-9401-		  fi
##############################################
apache2-2.4.46/build/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
apache2-2.4.46/build/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
apache2-2.4.46/build/ltmain.sh-9416-			case $potliblink in
apache2-2.4.46/build/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
apache2-2.4.46/build/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
apache2-2.4.46/build/ltmain.sh-9419-			esac
##############################################
apache2-2.4.46/build/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
apache2-2.4.46/build/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
apache2-2.4.46/build/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
apache2-2.4.46/build/ltmain.sh-9470-	      if test -n "$a_deplib"; then
apache2-2.4.46/build/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
apache2-2.4.46/build/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
apache2-2.4.46/build/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
apache2-2.4.46/build/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
apache2-2.4.46/build/ltmain.sh-9509-	  newdeplibs=
apache2-2.4.46/build/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
apache2-2.4.46/build/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
apache2-2.4.46/build/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
apache2-2.4.46/build/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
apache2-2.4.46/build/ltmain.sh-9515-	    done
##############################################
apache2-2.4.46/build/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
apache2-2.4.46/build/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
apache2-2.4.46/build/ltmain.sh-9541-	  ;;
##############################################
apache2-2.4.46/build/ltmain.sh-9591-	*-*-darwin*)
apache2-2.4.46/build/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh-9595-	  ;;
##############################################
apache2-2.4.46/build/ltmain.sh-9718-	# Use standard objects if they are pic
apache2-2.4.46/build/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
apache2-2.4.46/build/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
apache2-2.4.46/build/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
apache2-2.4.46/build/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
apache2-2.4.46/build/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
apache2-2.4.46/build/ltmain.sh-10247-      # Create the old-style object.
apache2-2.4.46/build/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
apache2-2.4.46/build/ltmain.sh-10249-
##############################################
apache2-2.4.46/build/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
apache2-2.4.46/build/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
apache2-2.4.46/build/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
apache2-2.4.46/build/ltmain.sh-10308-	;;
##############################################
apache2-2.4.46/build/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
apache2-2.4.46/build/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
apache2-2.4.46/build/ltmain.sh-10326-	;;
##############################################
apache2-2.4.46/build/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
apache2-2.4.46/build/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
apache2-2.4.46/build/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
apache2-2.4.46/build/ltmain.sh-10461-	# Transform all the library objects into standard objects.
apache2-2.4.46/build/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
apache2-2.4.46/build/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
apache2-2.4.46/build/ltmain.sh-10464-      fi
##############################################
apache2-2.4.46/build/ltmain.sh-10489-	# Replace the output file specification.
apache2-2.4.46/build/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
apache2-2.4.46/build/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
apache2-2.4.46/build/ltmain.sh-10498-	  func_to_tool_file "$output"
apache2-2.4.46/build/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
apache2-2.4.46/build/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
apache2-2.4.46/build/ltmain.sh-10542-	# Replace the output file specification.
apache2-2.4.46/build/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
apache2-2.4.46/build/ltmain.sh-10544-	# Delete the old output file.
##############################################
apache2-2.4.46/build/ltmain.sh-10550-	  func_to_tool_file "$output"
apache2-2.4.46/build/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
apache2-2.4.46/build/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
apache2-2.4.46/build/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
apache2-2.4.46/build/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
apache2-2.4.46/build/ltmain.sh-10570-          ;;
##############################################
apache2-2.4.46/build/ltmain.sh-10581-      # Replace the output file specification.
apache2-2.4.46/build/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
apache2-2.4.46/build/ltmain.sh-10583-
##############################################
apache2-2.4.46/build/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
apache2-2.4.46/build/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
apache2-2.4.46/build/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
apache2-2.4.46/build/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
apache2-2.4.46/build/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
apache2-2.4.46/build/ltmain.sh-10613-      fi
##############################################
apache2-2.4.46/build/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
apache2-2.4.46/build/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
apache2-2.4.46/build/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
apache2-2.4.46/build/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
apache2-2.4.46/build/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
apache2-2.4.46/build/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
apache2-2.4.46/build/ltmain.sh-10904-		name=$func_basename_result
apache2-2.4.46/build/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
apache2-2.4.46/build/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
apache2-2.4.46/build/ltmain.sh-10923-		name=$func_basename_result
apache2-2.4.46/build/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
apache2-2.4.46/build/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
apache2-2.4.46/build/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
apache2-2.4.46/build/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
apache2-2.4.46/build/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
apache2-2.4.46/build/config.sub-52-
apache2-2.4.46/build/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
apache2-2.4.46/build/config.sub-54-
##############################################
apache2-2.4.46/build/config.sub-770-	i*86v32)
apache2-2.4.46/build/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
apache2-2.4.46/build/config.sub-772-		vendor=pc
##############################################
apache2-2.4.46/build/config.sub-775-	i*86v4*)
apache2-2.4.46/build/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
apache2-2.4.46/build/config.sub-777-		vendor=pc
##############################################
apache2-2.4.46/build/config.sub-780-	i*86v)
apache2-2.4.46/build/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
apache2-2.4.46/build/config.sub-782-		vendor=pc
##############################################
apache2-2.4.46/build/config.sub-785-	i*86sol2)
apache2-2.4.46/build/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
apache2-2.4.46/build/config.sub-787-		vendor=pc
##############################################
apache2-2.4.46/build/config.sub-916-		cpu=sparc
apache2-2.4.46/build/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
apache2-2.4.46/build/config.sub-918-		;;
##############################################
apache2-2.4.46/build/config.sub-1082-	sh5e[lb]-*)
apache2-2.4.46/build/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
apache2-2.4.46/build/config.sub-1084-		;;
##############################################
apache2-2.4.46/build/config.sub-1100-	xscale-* | xscalee[bl]-*)
apache2-2.4.46/build/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
apache2-2.4.46/build/config.sub-1102-		;;
##############################################
apache2-2.4.46/build/config.sub-1252-			*)
apache2-2.4.46/build/config.sub:1253:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
apache2-2.4.46/build/config.sub-1254-				exit 1
##############################################
apache2-2.4.46/build/config.sub-1286-	solaris1 | solaris1.*)
apache2-2.4.46/build/config.sub:1287:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
apache2-2.4.46/build/config.sub-1288-		;;
##############################################
apache2-2.4.46/build/config.sub-1295-	gnu/linux*)
apache2-2.4.46/build/config.sub:1296:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
apache2-2.4.46/build/config.sub-1297-		;;
##############################################
apache2-2.4.46/build/config.sub-1318-	sco3.2.[4-9]*)
apache2-2.4.46/build/config.sub:1319:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
apache2-2.4.46/build/config.sub-1320-		;;
##############################################
apache2-2.4.46/build/config.sub-1381-	nto*)
apache2-2.4.46/build/config.sub:1382:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
apache2-2.4.46/build/config.sub-1383-		;;
##############################################
apache2-2.4.46/build/config.sub-1391-	linux*)
apache2-2.4.46/build/config.sub:1392:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
apache2-2.4.46/build/config.sub-1393-		;;
##############################################
apache2-2.4.46/build/config.sub-1403-	mac*)
apache2-2.4.46/build/config.sub:1404:		os=`echo "$os" | sed -e 's|mac|macos|'`
apache2-2.4.46/build/config.sub-1405-		;;
##############################################
apache2-2.4.46/build/config.sub-1412-	sunos5*)
apache2-2.4.46/build/config.sub:1413:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
apache2-2.4.46/build/config.sub-1414-		;;
apache2-2.4.46/build/config.sub-1415-	sunos6*)
apache2-2.4.46/build/config.sub:1416:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
apache2-2.4.46/build/config.sub-1417-		;;
##############################################
apache2-2.4.46/build/config.sub-1452-	sinix5.*)
apache2-2.4.46/build/config.sub:1453:		os=`echo $os | sed -e 's|sinix|sysv|'`
apache2-2.4.46/build/config.sub-1454-		;;
##############################################
apache2-2.4.46/build/config.sub-1512-	*)
apache2-2.4.46/build/config.sub:1513:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
apache2-2.4.46/build/config.sub-1514-		exit 1
##############################################
apache2-2.4.46/build/buildinfo.sh-97-    *.* )
apache2-2.4.46/build/buildinfo.sh:98:        domainname=".`echo $hostname | cut -d. -f2-`"
apache2-2.4.46/build/buildinfo.sh:99:        hostname="`echo $hostname | cut -d. -f1`"
apache2-2.4.46/build/buildinfo.sh-100-        ;;
##############################################
apache2-2.4.46/build/buildinfo.sh-122-#
apache2-2.4.46/build/buildinfo.sh:123:time_day="`date '+%d' | awk '{ printf("%s", $1); }'`"
apache2-2.4.46/build/buildinfo.sh:124:time_month="`date '+%m' | awk '{ printf("%s", $1); }'`"
apache2-2.4.46/build/buildinfo.sh:125:time_year="`date '+%Y' 2>/dev/null | awk '{ printf("%s", $1); }'`"
apache2-2.4.46/build/buildinfo.sh-126-if [ "x$time_year" = "x" ]; then
apache2-2.4.46/build/buildinfo.sh:127:    time_year="`date '+%y' | awk '{ printf("%s", $1); }'`"
apache2-2.4.46/build/buildinfo.sh-128-    case $time_year in
##############################################
apache2-2.4.46/build/config_vars.sh.in-37-
apache2-2.4.46/build/config_vars.sh.in:38:APR_LIBTOOL="`${APR_CONFIG} --apr-libtool`"
apache2-2.4.46/build/config_vars.sh.in:39:APR_INCLUDEDIR="`${APR_CONFIG} --includedir`"
apache2-2.4.46/build/config_vars.sh.in:40:test -n "@APU_CONFIG@" && APU_INCLUDEDIR="`${APU_CONFIG} --includedir`"
apache2-2.4.46/build/config_vars.sh.in-41-
##############################################
apache2-2.4.46/build/fastgen.sh-29-
apache2-2.4.46/build/fastgen.sh:30:top_srcdir=`(cd $srcdir; pwd)`
apache2-2.4.46/build/fastgen.sh-31-top_builddir=`pwd`
##############################################
apache2-2.4.46/build/fastgen.sh-43-    echo "creating $makefile"
apache2-2.4.46/build/fastgen.sh:44:    dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'`
apache2-2.4.46/build/fastgen.sh-45-
##############################################
apache2-2.4.46/build/fastgen.sh-67-    echo "creating $makefile"
apache2-2.4.46/build/fastgen.sh:68:    dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'`
apache2-2.4.46/build/fastgen.sh-69-
##############################################
apache2-2.4.46/build/find_apu.m4-187-    if test "$apu_found" = "no" && test -d "$1"; then
apache2-2.4.46/build/find_apu.m4:188:      apu_temp_abs_srcdir="`cd \"$1\" && pwd`"
apache2-2.4.46/build/find_apu.m4-189-      apu_found="reconfig"
apache2-2.4.46/build/find_apu.m4:190:      apu_bundled_major="`sed -n '/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apu_version.h\"`"
apache2-2.4.46/build/find_apu.m4-191-      case $apu_bundled_major in
##############################################
apache2-2.4.46/build/find_apr.m4-178-    if test "$apr_found" = "no" && test -d "$1"; then
apache2-2.4.46/build/find_apr.m4:179:      apr_temp_abs_srcdir="`cd \"$1\" && pwd`"
apache2-2.4.46/build/find_apr.m4-180-      apr_found="reconfig"
apache2-2.4.46/build/find_apr.m4:181:      apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apr_version.h\"`"
apache2-2.4.46/build/find_apr.m4-182-      case $apr_bundled_major in
##############################################
apache2-2.4.46/server/vhost.c-333- */
apache2-2.4.46/server/vhost.c:334:static APR_INLINE unsigned hash_inaddr(unsigned key)
apache2-2.4.46/server/vhost.c-335-{
##############################################
apache2-2.4.46/server/vhost.c-339-
apache2-2.4.46/server/vhost.c:340:static APR_INLINE unsigned hash_addr(struct apr_sockaddr_t *sa)
apache2-2.4.46/server/vhost.c-341-{
##############################################
apache2-2.4.46/server/vhost.c-348-    key = *(unsigned *)((char *)sa->ipaddr_ptr + sa->ipaddr_len - 4);
apache2-2.4.46/server/vhost.c:349:    return hash_inaddr(key);
apache2-2.4.46/server/vhost.c-350-}
##############################################
apache2-2.4.46/server/vhost.c-379-
apache2-2.4.46/server/vhost.c:380:static APR_INLINE ipaddr_chain *find_ipaddr(apr_sockaddr_t *sa)
apache2-2.4.46/server/vhost.c-381-{
##############################################
apache2-2.4.46/server/vhost.c-386-    /* scan the hash table for an exact match first */
apache2-2.4.46/server/vhost.c:387:    bucket = hash_addr(sa);
apache2-2.4.46/server/vhost.c-388-    for (trav = iphash_table[bucket]; trav; trav = trav->next) {
##############################################
apache2-2.4.46/server/vhost.c-427-#if APR_HAVE_IPV6
apache2-2.4.46/server/vhost.c:428:#define IS_IN6_ANYADDR(ad) ((ad)->family == APR_INET6                   \
apache2-2.4.46/server/vhost.c-429-                            && IN6_IS_ADDR_UNSPECIFIED(&(ad)->sa.sin6.sin6_addr))
apache2-2.4.46/server/vhost.c-430-#else
apache2-2.4.46/server/vhost.c:431:#define IS_IN6_ANYADDR(ad) (0)
apache2-2.4.46/server/vhost.c-432-#endif
##############################################
apache2-2.4.46/server/vhost.c-441-    if ((ha->family == APR_INET && ha->sa.sin.sin_addr.s_addr == INADDR_ANY)
apache2-2.4.46/server/vhost.c:442:        || IS_IN6_ANYADDR(ha)) {
apache2-2.4.46/server/vhost.c-443-        len = apr_snprintf(buf, sizeof(buf), "*:%u",
##############################################
apache2-2.4.46/server/vhost.c-610-                /* see if it matches something we've already got */
apache2-2.4.46/server/vhost.c:611:                ic = find_ipaddr(sar->host_addr);
apache2-2.4.46/server/vhost.c-612-
##############################################
apache2-2.4.46/server/vhost.c-617-                    */
apache2-2.4.46/server/vhost.c:618:                    unsigned bucket = hash_addr(sar->host_addr);
apache2-2.4.46/server/vhost.c-619-                    ic = new_ipaddr_chain(p, s, sar);
##############################################
apache2-2.4.46/server/vhost.c-1242-    /* scan the hash table for an exact match first */
apache2-2.4.46/server/vhost.c:1243:    trav = find_ipaddr(conn->local_addr);
apache2-2.4.46/server/vhost.c-1244-
##############################################
apache2-2.4.46/server/mpm/config2.m4-50-            else
apache2-2.4.46/server/mpm/config2.m4:51:                i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/server/mpm/config2.m4-52-                if ap_mpm_supports_shared $i; then
##############################################
apache2-2.4.46/server/Makefile.in-47-	        files=`cat export_files`; \
apache2-2.4.46/server/Makefile.in:48:	        headers="`find $$files -newer exports.c`"; \
apache2-2.4.46/server/Makefile.in-49-	        if test -n "$$headers"; then \
##############################################
apache2-2.4.46/server/Makefile.in-69-exports.c: export_files
apache2-2.4.46/server/Makefile.in:70:	$(AWK) -f $(top_srcdir)/build/make_exports.awk `cat $?` > $@
apache2-2.4.46/server/Makefile.in-71-
apache2-2.4.46/server/Makefile.in-72-export_vars.h: export_files
apache2-2.4.46/server/Makefile.in:73:	$(AWK) -f $(top_srcdir)/build/make_var_export.awk `cat $?` > $@
apache2-2.4.46/server/Makefile.in-74-
##############################################
apache2-2.4.46/debian/a2enmod-597-            }
apache2-2.4.46/debian/a2enmod:598:            my $res = system($command);
apache2-2.4.46/debian/a2enmod-599-            if ($res == 0) {
##############################################
apache2-2.4.46/debian/a2query.in-176-{
apache2-2.4.46/debian/a2query.in:177:	my @out = `$APACHE2 -V 2>/dev/null`;
apache2-2.4.46/debian/a2query.in-178-	return if $?;
##############################################
apache2-2.4.46/debian/apache2-bin.bug-script-19-{
apache2-2.4.46/debian/apache2-bin.bug-script:20:		my $mpm = `$AQUERY -M`;
apache2-2.4.46/debian/apache2-bin.bug-script-21-		chomp($mpm);
##############################################
apache2-2.4.46/debian/apache2-bin.bug-script-29-	print $out "List of enabled modules:\n";
apache2-2.4.46/debian/apache2-bin.bug-script:30:	@modules = `$AQUERY -m`;
apache2-2.4.46/debian/apache2-bin.bug-script-31-}
##############################################
apache2-2.4.46/debian/apache2-bin.bug-script-80-		print $out "List of enabled configurations:\n";
apache2-2.4.46/debian/apache2-bin.bug-script:81:		@confs = `$AQUERY -c`;
apache2-2.4.46/debian/apache2-bin.bug-script-82-		print $out wrap("  ", "  ", "@confs\n");
##############################################
apache2-2.4.46/debian/ask-for-passphrase-29-# talk to apache's terminal.
apache2-2.4.46/debian/ask-for-passphrase:30:tty=`tty < /proc/${PPID}/fd/0`
apache2-2.4.46/debian/ask-for-passphrase-31-if [ "$tty" = "not a tty" ] ; then
##############################################
apache2-2.4.46/debian/changelog-10-  * Add extension .da for danish language in mime.conf (Closes: #972398)
apache2-2.4.46/debian/changelog:11:  * Automatically deflate application/wasm files (Closes: #972400)
apache2-2.4.46/debian/changelog-12-  * Use "graceful-stop" in systemd ExecStop (Closes: #974665)
##############################################
apache2-2.4.46/debian/patches/customize_apxs.patch-127-+                my $cmd = "mv $filename $filename.bak~";
apache2-2.4.46/debian/patches/customize_apxs.patch:128:+                if (system($cmd) != 0) {
apache2-2.4.46/debian/patches/customize_apxs.patch-129-+                    die "'$cmd' failed\n";
##############################################
apache2-2.4.46/debian/patches/customize_apxs.patch-183-+                my $cmd = "a2enmod $name";
apache2-2.4.46/debian/patches/customize_apxs.patch:184:+                if (system($cmd) != 0) {
apache2-2.4.46/debian/patches/customize_apxs.patch-185-+                    die "'$cmd' failed\n";
##############################################
apache2-2.4.46/debian/patches/fhs_compliance.patch-43- 
apache2-2.4.46/debian/patches/fhs_compliance.patch:44: perlbin=`$ac_aux_dir/PrintPath perl`
apache2-2.4.46/debian/patches/fhs_compliance.patch-45---- a/include/ap_config_layout.h.in
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/Makefile.PL-123-        : "not found";
apache2-2.4.46/debian/perl-framework/Apache-Test/Makefile.PL:124:    my $vnum = eval(${"${pkg}::VERSION"}) || 0;
apache2-2.4.46/debian/perl-framework/Apache-Test/Makefile.PL-125-
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestBuild.pm-568-
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestBuild.pm:569:    unless (CORE::system($cmd) == 0) {
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestBuild.pm-570-        my $status = $? >> 8;
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfig.pm-786-    my $localhost_addr = pack('C4', 127, 0, 0, 1);
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfig.pm:787:    gethostbyaddr($localhost_addr, Socket::AF_INET()) || 'localhost';
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfig.pm-788-}
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm-614-{
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm:615:    eval("\$pass = (\$this $operator \$that);");
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm-616-
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm-63-
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm:64:    my $where = $spec_postamble{$directive} || 'preamble';
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm-65-
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm-345-        if ($directive eq "Include" or $directive eq "IncludeOptional") {
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm:346:            foreach my $include (glob($self->server_file_rel2abs($_))) {
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm-347-                $self->inherit_config_file_or_directory($include);
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestMB.pm-133-    # Subclass Apache::TestConfigC, perhaps?
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestMB.pm:134:    $self->do_system('Build.PL', $action);
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestMB.pm-135-    chdir $start_dir;
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-215-
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm:216:    unless (system($cmd) == 0) {
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-217-        my $status = $? >> 8;
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-425-        next unless $file =~ /\.cr[tl]$/;
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm:426:        chomp(my $hash = `openssl $type -noout -hash < $file`);
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-427-        next unless $hash;
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-578-    return $1 if $version =~ /^\S+SSL (\S+)/;
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm:579:    die "FATAL: unable to determine openssl version via `$openssl version` from: $version";
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm-580-}
##############################################
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestServer.pm-385-    setsockopt(S, Socket::SOL_SOCKET(),
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestServer.pm:386:               Socket::SO_REUSEADDR(),
apache2-2.4.46/debian/perl-framework/Apache-Test/lib/Apache/TestServer.pm-387-               pack("l", 1)) || die "setsockopt: $!";
##############################################
apache2-2.4.46/debian/perl-framework/t/apache/hostcheck.t-109-   my ($port, $iaddr) = sockaddr_in($hersockaddr);
apache2-2.4.46/debian/perl-framework/t/apache/hostcheck.t:110:   my $herhostname    = gethostbyaddr($iaddr, AF_INET);
apache2-2.4.46/debian/perl-framework/t/apache/hostcheck.t-111-   my $herstraddr     = inet_ntoa($iaddr);
##############################################
apache2-2.4.46/debian/perl-framework/t/apache/mergeslashes.t-105-   my ($port, $iaddr) = sockaddr_in($hersockaddr);
apache2-2.4.46/debian/perl-framework/t/apache/mergeslashes.t:106:   my $herhostname    = gethostbyaddr($iaddr, AF_INET);
apache2-2.4.46/debian/perl-framework/t/apache/mergeslashes.t-107-   my $herstraddr     = inet_ntoa($iaddr);
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/apache/acceptpathinfo/info.php:1:_<?php echo $_SERVER['PATH_INFO']; ?>_
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php:1:_<?php echo $_SERVER['PATH_INFO']; ?>_
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/apache/acceptpathinfo/on/info.php:1:_<?php echo $_SERVER['PATH_INFO']; ?>_
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/modules/cgi/ocsp.pl.PL-36-    ' -respout ' . $fileout;
apache2-2.4.46/debian/perl-framework/t/htdocs/modules/cgi/ocsp.pl.PL:37:system($cmd);
apache2-2.4.46/debian/perl-framework/t/htdocs/modules/cgi/ocsp.pl.PL-38-
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/arg.php-2-	for($i=0;$i<$_SERVER["argc"];$i++) {
apache2-2.4.46/debian/perl-framework/t/htdocs/php/arg.php:3:                echo "$i: ".$_SERVER["argv"][$i]."\n";
apache2-2.4.46/debian/perl-framework/t/htdocs/php/arg.php-4-        }
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval.php-3-        $a="echo \"Hello\";";
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval.php:4:        eval($a);
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval.php-5-?>
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval2.php-2-old_function F $a (
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval2.php:3:        eval($a);
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval2.php-4-);
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval3.php-7-for ($i=0; $i<10; $i++) {
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval3.php:8:  eval($message);
apache2-2.4.46/debian/perl-framework/t/htdocs/php/eval3.php-9-  echo $i."\n";
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php-3-	case "GET":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php:4:		echo $_GET["variable"];
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php-5-		break;
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php-6-	case "POST":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php:7:		echo $_POST["variable"];
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var1.php-8-		break;
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php-3-	case "GET":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php:4:		echo join(" ", array($_GET["v1"],
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php-5-				     $_GET["v2"]));
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php-7-	case "POST":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php:8:		echo join(" ", array($_POST["v1"],
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var2.php-9-				     $_POST["v2"]));
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php-3-	case "GET":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php:4:		echo join(" ", array($_GET["v1"],
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php-5-				     $_GET["v2"],
##############################################
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php-8-	case "POST":
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php:9:		echo join(" ", array($_POST["v1"],
apache2-2.4.46/debian/perl-framework/t/htdocs/php/var3.php-10-				     $_POST["v2"],
##############################################
apache2-2.4.46/debian/perl-framework/t/modules/proxy_fcgi.t-282-        kill 'TERM', $pid;   # Kill child process
apache2-2.4.46/debian/perl-framework/t/modules/proxy_fcgi.t:283:        kill 'TERM', `cat $pid_file`;   # Kill php-fpm daemon
apache2-2.4.46/debian/perl-framework/t/modules/proxy_fcgi.t-284-        waitpid($pid, 0);
##############################################
apache2-2.4.46/debian/perl-framework/t/ssl/ocsp.t-21-if (!have_min_apache_version('2.4.26')
apache2-2.4.46/debian/perl-framework/t/ssl/ocsp.t:22:    or `$openssl list -commands 2>&1` !~ /ocsp/) {
apache2-2.4.46/debian/perl-framework/t/ssl/ocsp.t-23-    print "1..0 # skip: No OpenSSL or mod_ssl OCSP support";
##############################################
apache2-2.4.46/debian/rules-81-	sed 's#__SERVER_VERSION__#$(DEB_VERSION_EPOCH_UPSTREAM)#; s#__MODULE_DIR__#$(MODULE_DIR)#; s#__API__#$(API)#; s#__OPENSSL__#$(OPENSSL)#;' $< > $@
apache2-2.4.46/debian/rules:82:	chmod `/usr/bin/stat -c '%a' "$<"` $@
apache2-2.4.46/debian/rules-83-
##############################################
apache2-2.4.46/debian/rules-94-				perl -pe "s{__TYPE__}{$$type}g" < debian/apache2-suexec.$$f.in > debian/apache2-suexec-$$type.$$f ;\
apache2-2.4.46/debian/rules:95:				chmod `/usr/bin/stat -c '%a' "debian/apache2-suexec.$$f.in"` debian/apache2-suexec-$$type.$$f ;\
apache2-2.4.46/debian/rules-96-			fi ;\
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
apache2-2.4.46/.pc/fhs_compliance.patch/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-45-  as_echo='print -r --'
apache2-2.4.46/.pc/fhs_compliance.patch/configure-46-  as_echo_n='print -rn --'
apache2-2.4.46/.pc/fhs_compliance.patch/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-48-  as_echo='printf %s\n'
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-50-else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
apache2-2.4.46/.pc/fhs_compliance.patch/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-62-      esac;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-324-      case $as_dir in #(
apache2-2.4.46/.pc/fhs_compliance.patch/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
apache2-2.4.46/.pc/fhs_compliance.patch/configure-326-      *) as_qdir=$as_dir;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-397-  {
apache2-2.4.46/.pc/fhs_compliance.patch/configure:398:    as_val=`expr "$@" || test $? -eq 1`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-399-  }
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-404-# ----------------------------------------
apache2-2.4.46/.pc/fhs_compliance.patch/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
apache2-2.4.46/.pc/fhs_compliance.patch/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
apache2-2.4.46/.pc/fhs_compliance.patch/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1235-  case $ac_option in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1236:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1237-  *=)   ac_optarg= ;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1279-  -disable-* | --disable-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1280:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1284-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1285:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1286-    case $ac_user_opts in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1305-  -enable-* | --enable-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1306:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1307-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1310-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1311:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1312-    case $ac_user_opts in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1518-  -with-* | --with-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1519:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1520-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1523-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1524:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1525-    case $ac_user_opts in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1534-  -without-* | --without-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1535:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1536-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1539-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1540:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1541-    case $ac_user_opts in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1572-  *=*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1573:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1574-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1593-if test -n "$ac_prev"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1594:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1595-  as_fn_error $? "missing argument to $ac_option"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1615-    */ )
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1616:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1617-      eval $ac_var=\$ac_val;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1650-ac_ls_di=`ls -di .` &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1651:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1652-  as_fn_error $? "working directory cannot be determined"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1706-case $srcdir in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1707:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1708-esac
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1749-By default, \`make install' will install all the files in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1750:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
apache2-2.4.46/.pc/fhs_compliance.patch/configure:1751:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
apache2-2.4.46/.pc/fhs_compliance.patch/configure-1752-for instance \`--prefix=\$HOME'.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2106-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2107:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2108-  # A ".." for each directory in $ac_dir_suffix.
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2109:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2110-  case $ac_top_builddir_sub in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2522-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2523:  as_decl_name=`echo $2|sed 's/ *(.*//'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2524:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2525-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2636-    *\'*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2637:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2638-    esac
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2719-      case $ac_val in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2720:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2721-      esac
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2734-	case $ac_val in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2735:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2736-	esac
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2854-    set,)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2855:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2856:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2857-      ac_cache_corrupted=: ;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2865-	# differences in whitespace do not lead to failure.
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2866:	ac_old_val_w=`echo x $ac_old_val`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2867:	ac_new_val_w=`echo x $ac_new_val`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2868-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2885-    case $ac_new_val in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2886:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2887-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2945-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2946:abs_srcdir=`(cd $srcdir && pwd)`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2947-abs_builddir=`pwd`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2948-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2949:HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:2950:HTTPD_MMN=`$abs_srcdir/build/get-version.sh mmn $abs_srcdir/include/ap_mmn.h MODULE_MAGIC_NUMBER`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-2951-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3127-      *+)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3128:        val=`echo $val | sed -e 's;\+$;;'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3129-        eval "$var=\"\$val\""
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3135-    esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3136:    val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3137:    val=`echo $val | sed -e 's:[\$]\([a-z_]*\):$\1:g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3138-    if test "$autosuffix" = "yes"; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3173-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3174:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3175-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3270-do
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3271:  eval ac_val=$`echo $ac_var`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3272-  case $ac_val in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3287-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3288:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3289-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3296-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3297:ap_stripped=`echo $exp_exec_prefix | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3298-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3300-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3301:    rel_exec_prefix="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3302-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3318-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3319:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3320-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3327-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3328:ap_stripped=`echo $exp_bindir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3329-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3331-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3332:    rel_bindir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3333-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3349-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3350:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3351-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3358-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3359:ap_stripped=`echo $exp_sbindir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3360-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3362-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3363:    rel_sbindir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3364-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3380-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3381:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3382-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3389-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3390:ap_stripped=`echo $exp_libdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3391-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3393-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3394:    rel_libdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3395-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3411-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3412:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3413-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3420-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3421:ap_stripped=`echo $exp_libexecdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3422-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3424-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3425:    rel_libexecdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3426-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3442-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3443:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3444-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3451-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3452:ap_stripped=`echo $exp_mandir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3453-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3455-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3456:    rel_mandir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3457-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3473-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3474:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3475-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3482-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3483:ap_stripped=`echo $exp_sysconfdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3484-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3486-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3487:    rel_sysconfdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3488-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3504-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3505:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3506-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3513-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3514:ap_stripped=`echo $exp_datadir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3515-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3517-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3518:    rel_datadir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3519-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3535-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3536:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3537-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3544-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3545:ap_stripped=`echo $exp_installbuilddir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3546-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3548-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3549:    rel_installbuilddir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3550-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3566-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3567:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3568-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3575-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3576:ap_stripped=`echo $exp_errordir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3577-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3579-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3580:    rel_errordir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3581-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3597-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3598:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3599-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3606-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3607:ap_stripped=`echo $exp_iconsdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3608-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3610-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3611:    rel_iconsdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3612-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3628-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3629:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3630-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3637-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3638:ap_stripped=`echo $exp_htdocsdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3639-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3641-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3642:    rel_htdocsdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3643-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3659-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3660:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3661-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3668-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3669:ap_stripped=`echo $exp_manualdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3670-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3672-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3673:    rel_manualdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3674-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3690-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3691:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3692-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3699-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3700:ap_stripped=`echo $exp_cgidir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3701-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3703-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3704:    rel_cgidir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3705-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3721-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3722:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3723-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3730-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3731:ap_stripped=`echo $exp_includedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3732-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3734-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3735:    rel_includedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3736-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3752-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3753:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3754-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3761-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3762:ap_stripped=`echo $exp_localstatedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3763-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3765-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3766:    rel_localstatedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3767-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3783-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3784:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3785-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3792-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3793:ap_stripped=`echo $exp_runtimedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3794-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3796-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3797:    rel_runtimedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3798-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3814-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3815:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3816-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3823-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3824:ap_stripped=`echo $exp_logfiledir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3825-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3827-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3828:    rel_logfiledir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3829-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3845-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3846:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3847-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3854-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3855:ap_stripped=`echo $exp_proxycachedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3856-# check if the stripping was successful
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3858-    # it was, so strip of any leading slashes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3859:    rel_proxycachedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3860-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3944-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:3945:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-3946-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4001-  # Check for GNU $ac_path_GREP
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4002:case `"$ac_path_GREP" --version 2>&1` in
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4003-*GNU*)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4067-  # Check for GNU $ac_path_EGREP
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4068:case `"$ac_path_EGREP" --version 2>&1` in
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4069-*GNU*)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4130-test "x$ac_build_alias" = x &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4131:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4132-test "x$ac_build_alias" = x &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4133-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4134:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4135-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4154-IFS=$ac_save_IFS
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4155:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4156-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4165-else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4166:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4167-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4187-IFS=$ac_save_IFS
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4188:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4189-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4198-else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4199:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4200-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4220-IFS=$ac_save_IFS
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4221:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4222-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4297-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4298:    version=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4299-    case x${version} in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4323-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4324:    version=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4325-    case x${version} in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4352-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4353:    version=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4354-    case x${version} in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4376-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4377:    version=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4378-    case x${version} in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4399-        if test "$apr_found" = "no" && test -d ""$srcdir/srclib/apr""; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4400:      apr_temp_abs_srcdir="`cd \""$srcdir/srclib/apr"\" && pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4401-      apr_found="reconfig"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4402:      apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \""$srcdir/srclib/apr"/include/apr_version.h\"`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4403-      case $apr_bundled_major in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4525-  test -d srclib/apr || $mkdir_p srclib/apr
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4526:  ac_abs_srcdir=`(cd $srcdir/srclib/apr && pwd)`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4527-  cd srclib/apr
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4529-      # A "../" for each directory in /$config_subdirs.
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4530:      ac_dots=`echo $apr_config_subdirs|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4531-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4601-  if test -z "$CC"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4602:    test "x$silent" != "xyes" && echo "  setting CC to \"`$apr_config --cc`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4603:    CC="`$apr_config --cc`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4604-  fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4607-  if test -z "$CPP"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4608:    test "x$silent" != "xyes" && echo "  setting CPP to \"`$apr_config --cpp`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4609:    CPP="`$apr_config --cpp`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4610-  fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4613-  if test "x$CFLAGS" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4614:    test "x$silent" != "xyes" && echo "  setting CFLAGS to \"`$apr_config --cflags`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4615:    CFLAGS="`$apr_config --cflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4616-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4617:    apr_addto_bugger="`$apr_config --cflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4618-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4634-  if test "x$CPPFLAGS" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4635:    test "x$silent" != "xyes" && echo "  setting CPPFLAGS to \"`$apr_config --cppflags`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4636:    CPPFLAGS="`$apr_config --cppflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4637-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4638:    apr_addto_bugger="`$apr_config --cppflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4639-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4656-  if test "x$LDFLAGS" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4657:    test "x$silent" != "xyes" && echo "  setting LDFLAGS to \"`$apr_config --ldflags`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4658:    LDFLAGS="`$apr_config --ldflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4659-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4660:    apr_addto_bugger="`$apr_config --ldflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4661-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4675-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4676:SHLIBPATH_VAR=`$apr_config --shlib-path-var`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4677:APR_BINDIR=`$apr_config --bindir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4678:APR_INCLUDEDIR=`$apr_config --includedir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4679:APR_INCLUDES=`$apr_config --includes`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4680:APR_VERSION=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4681:apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4682-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4779-        if test "$apu_found" = "no" && test -d ""$srcdir/srclib/apr-util""; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4780:      apu_temp_abs_srcdir="`cd \""$srcdir/srclib/apr-util"\" && pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4781-      apu_found="reconfig"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4782:      apu_bundled_major="`sed -n '/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \""$srcdir/srclib/apr-util"/include/apu_version.h\"`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4783-      case $apu_bundled_major in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4916-  test -d srclib/apr-util || $mkdir_p srclib/apr-util
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4917:  ac_abs_srcdir=`(cd $srcdir/srclib/apr-util && pwd)`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4918-  cd srclib/apr-util
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4920-      # A "../" for each directory in /$config_subdirs.
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4921:      ac_dots=`echo $apr_config_subdirs|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4922-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4990-  if test "x$LDFLAGS" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4991:    test "x$silent" != "xyes" && echo "  setting LDFLAGS to \"`$apu_config --ldflags`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4992:    LDFLAGS="`$apu_config --ldflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4993-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:4994:    apr_addto_bugger="`$apu_config --ldflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-4995-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5009-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5010:  APU_BINDIR=`$apu_config --bindir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5011:  APU_INCLUDEDIR=`$apu_config --includedir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5012:  APU_INCLUDES=`$apu_config --includes`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5013:  APU_VERSION=`$apu_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5014:  APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5015-fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5362-$as_echo_n "checking whether the C compiler works... " >&6; }
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5363:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5364-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5406-	then :; else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5407:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5408-	fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5466-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5467:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5468-	  break;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5575-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure:5576:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-5577-       break;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6185-  fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6186:  case `$PCRE_CONFIG --version` in
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6187-  [1-5].*)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6194-  if test "x$PCRE_INCLUDES" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6195:    test "x$silent" != "xyes" && echo "  setting PCRE_INCLUDES to \"`$PCRE_CONFIG --cflags`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6196:    PCRE_INCLUDES="`$PCRE_CONFIG --cflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6197-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6198:    apr_addto_bugger="`$PCRE_CONFIG --cflags`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6199-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6215-  if test "x$PCRE_LIBS" = "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6216:    test "x$silent" != "xyes" && echo "  setting PCRE_LIBS to \"`$PCRE_CONFIG --libs`\""
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6217:    PCRE_LIBS="`$PCRE_CONFIG --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6218-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6219:    apr_addto_bugger="`$PCRE_CONFIG --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6220-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6412-      fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6413:      my_libtool=`$apr_config --apr-libtool`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6414-      LIBTOOL="$my_libtool \$(LTFLAGS)"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6415:      libtoolversion=`$my_libtool --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6416-      case $libtoolversion in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6531-  *aix*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6532:      aixver=`echo $host | sed 's/^[^0-9]*//' | sed 's/\.//g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6533-      if test $aixver -ge 4320; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6994-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:6995:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6996-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-6999-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7000:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7001-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7138-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7139:CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7140-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7187-    apu_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7188:    CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7189-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7195-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7196:CPPFLAGS="$CPPFLAGS `$apu_config --includes`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7197-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7246-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7247:CPPFLAGS="$CPPFLAGS `$apu_config --includes`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7248-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7450-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7451:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7452-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7454-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7455:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7456-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7729-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7730:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7731-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7733-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7734:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7735-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7847-   if test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7848:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7849-   elif test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd-daemon; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:7850:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd-daemon`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-7851-   else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9586-        else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:9587:          i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9588-          eval "enable_$i=shared"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9604-      else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:9605:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9606-    	eval "enable_$i=shared"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9620-      else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:9621:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9622-    	eval "enable_$i=static"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9769-      libname="mod_authn_file.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:9770:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9771-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9910-      libname="mod_authn_dbm.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:9911:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-9912-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10051-      libname="mod_authn_anon.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10052:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10053-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10192-      libname="mod_authn_dbd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10193:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10194-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10333-      libname="mod_authn_socache.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10334:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10335-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10475-      libname="mod_authn_core.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10476:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10477-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10617-      libname="mod_authz_host.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10618:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10619-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10758-      libname="mod_authz_groupfile.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10759:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10760-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10899-      libname="mod_authz_user.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:10900:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-10901-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11040-      libname="mod_authz_dbm.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11041:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11042-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11181-      libname="mod_authz_owner.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11182:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11183-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11322-      libname="mod_authz_dbd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11323:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11324-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11464-      libname="mod_authz_core.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11465:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11466-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11579-    if test -z "$apu_config" ; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11580:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11581-    else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11582:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11583-    fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11685-      libname="mod_authnz_ldap.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11686:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11687-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11827-      libname="mod_authnz_fcgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11828:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11829-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11969-      libname="mod_access_compat.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:11970:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-11971-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12112-      libname="mod_auth_basic.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12113:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12114-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12253-      libname="mod_auth_form.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12254:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12255-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12435-      libname="mod_auth_digest.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12436:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12437-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12577-      libname="mod_allowmethods.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12578:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12579-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12774-      libname="mod_isapi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12775:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12776-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12949-      libname="mod_file_cache.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:12950:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-12951-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13104-      libname="mod_cache.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13105:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13106-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13266-      libname="mod_cache_disk.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13267:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13268-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13407-      libname="mod_cache_socache.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13408:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13409-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13551-      libname="mod_socache_shmcb.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13552:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13553-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13692-      libname="mod_socache_dbm.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13693:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13694-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13833-      libname="mod_socache_memcache.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13834:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13835-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13974-      libname="mod_socache_redis.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:13975:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-13976-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14070-            ap_distcache_with="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:14071:      ap_distcache_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14072-    fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14428-      libname="mod_socache_dc.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:14429:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14430-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14707-      libname="mod_so.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:14708:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14709-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14890-      libname="mod_watchdog.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:14891:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-14892-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15032-      libname="mod_macro.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15033:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15034-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15228-      libname="mod_dbd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15229:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15230-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15424-      libname="mod_bucketeer.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15425:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15426-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15565-      libname="mod_dumpio.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15566:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15567-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15740-      libname="mod_echo.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15741:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15742-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15914-      libname="mod_example_hooks.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:15915:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-15916-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16055-      libname="mod_case_filter.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16056:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16057-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16196-      libname="mod_case_filter_in.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16197:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16198-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16337-      libname="mod_example_ipc.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16338:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16339-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16544-      libname="mod_buffer.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16545:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16546-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16685-      libname="mod_data.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16686:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16687-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16826-      libname="mod_ratelimit.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16827:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16828-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16967-      libname="mod_reqtimeout.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:16968:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-16969-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17108-      libname="mod_ext_filter.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17109:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17110-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17249-      libname="mod_request.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17250:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17251-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17390-      libname="mod_include.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17391:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17392-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17531-      libname="mod_filter.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17532:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17533-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17672-      libname="mod_reflector.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17673:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17674-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17813-      libname="mod_substitute.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17814:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17815-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17995-      libname="mod_sed.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:17996:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-17997-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18140-      libname="mod_charset_lite.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:18141:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18142-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18282-      libname="mod_charset_lite.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:18283:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18284-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18709-      libname="mod_deflate.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:18710:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18711-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18949-      libname="mod_xml2enc.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:18950:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-18951-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19187-      libname="mod_proxy_html.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19188:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19189-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19339-        ap_brotli_found=yes
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19340:        ap_brotli_cflags=`$PKGCONFIG libbrotlienc --cflags`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19341:        ap_brotli_libs=`$PKGCONFIG libbrotlienc --libs`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19342-      else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19494-      libname="mod_brotli.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19495:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19496-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19698-      libname="mod_http.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19699:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19700-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19839-      libname="mod_mime.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19840:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19841-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19988-    if test -z "$apu_config" ; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19989:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19990-    else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:19991:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-19992-    fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20094-      libname="mod_ldap.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20095:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20096-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20291-      libname="mod_log_config.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20292:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20293-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20432-      libname="mod_log_debug.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20433:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20434-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20573-      libname="mod_log_forensic.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20574:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20575-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20740-      libname="mod_logio.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20741:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20742-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20899-   && $PKGCONFIG --atleast-version=5.1 lua; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20900:  LUA_LIBS="`$PKGCONFIG --libs lua`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20901:  LUA_CFLAGS="`$PKGCONFIG --cflags lua`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:20902:  LUA_VERSION="`$PKGCONFIG --modversion lua`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-20903-  { $as_echo "$as_me:${as_lineno-$LINENO}: using Lua $LUA_VERSION configuration from pkg-config" >&5
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22019-      libname="mod_lua.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22020:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22021-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22216-      libname="mod_env.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22217:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22218-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22357-      libname="mod_mime_magic.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22358:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22359-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22498-      libname="mod_cern_meta.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22499:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22500-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22639-      libname="mod_expires.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22640:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22641-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22780-      libname="mod_headers.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22781:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22782-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22921-      libname="mod_ident.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:22922:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-22923-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23100-      libname="mod_usertrack.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23101:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23102-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23242-      libname="mod_unique_id.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23243:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23244-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23383-      libname="mod_setenvif.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23384:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23385-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23524-      libname="mod_version.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23525:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23526-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23665-      libname="mod_remoteip.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23666:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23667-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23840-      libname="mod_proxy.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:23841:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-23842-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24040-      libname="mod_proxy_connect.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24041:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24042-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24202-      libname="mod_proxy_ftp.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24203:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24204-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24364-      libname="mod_proxy_http.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24365:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24366-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24526-      libname="mod_proxy_fcgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24527:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24528-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24688-      libname="mod_proxy_scgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24689:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24690-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24850-      libname="mod_proxy_uwsgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:24851:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-24852-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25027-      libname="mod_proxy_fdpass.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25028:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25029-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25189-      libname="mod_proxy_wstunnel.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25190:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25191-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25351-      libname="mod_proxy_ajp.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25352:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25353-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25513-      libname="mod_proxy_balancer.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25514:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25515-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25676-      libname="mod_proxy_express.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25677:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25678-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25846-      libname="mod_proxy_hcheck.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:25847:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-25848-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26068-      libname="mod_session.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26069:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26070-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26230-      libname="mod_session_cookie.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26231:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26232-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26436-      libname="mod_session_crypto.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26437:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26438-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26599-      libname="mod_session_dbd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26600:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26601-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26797-      libname="mod_slotmem_shm.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26798:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26799-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26938-      libname="mod_slotmem_plain.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:26939:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-26940-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27073-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27074:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27075-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27106-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27107:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27108-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27109-        ap_openssl_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27110:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27111-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27173-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27174:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27175-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27216-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27217:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27218-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27445-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27446:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27447-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27540-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27541:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27542-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27544-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27545:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27546-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27721-      libname="mod_ssl.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27722:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27723-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27919-      libname="mod_optional_hook_export.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:27920:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-27921-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28060-      libname="mod_optional_hook_import.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28061:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28062-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28201-      libname="mod_optional_fn_import.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28202:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28203-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28342-      libname="mod_optional_fn_export.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28343:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28344-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28484-      libname="mod_dialup.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28485:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28486-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28642-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28643:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28644-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28646-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28647:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28648-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28656-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28657:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28658-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28660-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28661:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28662-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28672-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28673:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28674-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28676-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28677:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28678-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28799-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28800:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28801-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28803-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:28804:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-28805-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29937-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:29938:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29939-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29970-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:29971:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29972-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29973-        ap_openssl_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:29974:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-29975-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30037-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30038:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30039-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30080-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30081:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30082-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30309-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30310:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30311-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30404-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30405:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30406-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30408-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30409:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30410-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30524-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30525:                ap_nghttp2_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30526-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30563-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30564:      ap_nghttp2_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30565-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30566-        ap_nghttp2_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30567:        pkglookup="`$PKGCONFIG --cflags-only-I libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30568-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30609-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30610:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30611-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30652-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30653:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30654-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30860-    if test "x$ac_cv_nghttp2" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:30861:      ap_nghttp2_libs="${ap_nghttp2_libs:--lnghttp2} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-30862-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31166-      libname="mod_http2.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31167:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31168-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31282-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31283:                ap_nghttp2_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31284-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31321-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31322:      ap_nghttp2_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31323-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31324-        ap_nghttp2_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31325:        pkglookup="`$PKGCONFIG --cflags-only-I libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31326-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31367-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31368:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31369-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31410-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31411:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libnghttp2`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31412-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31618-    if test "x$ac_cv_nghttp2" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31619:      ap_nghttp2_libs="${ap_nghttp2_libs:--lnghttp2} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31620-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31924-      libname="mod_proxy_http2.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:31925:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-31926-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32091-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32092:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32093-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32124-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32125:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32126-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32127-        ap_openssl_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32128:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32129-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32191-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32192:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32193-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32234-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32235:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32236-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32463-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32464:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32465-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32558-do :
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32559:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32560-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32562-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32563:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32564-_ACEOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32660-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32661:                ap_jansson_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32662-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32699-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32700:      ap_jansson_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libjansson`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32701-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32702-        ap_jansson_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32703:        pkglookup="`$PKGCONFIG --cflags-only-I libjansson`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32704-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32745-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32746:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libjansson`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32747-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32788-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32789:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libjansson`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32790-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32990-    if test "x$ac_cv_jansson" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:32991:      ap_jansson_libs="${ap_jansson_libs:--ljansson} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-32992-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33073-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33074:                ap_curl_base="`cd $withval ; pwd`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33075-      fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33112-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33113:      ap_curl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libcurl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33114-      if test $? -eq 0; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33115-        ap_curl_found="yes"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33116:        pkglookup="`$PKGCONFIG --cflags-only-I libcurl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33117-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33158-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33159:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libcurl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33160-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33201-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33202:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libcurl`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33203-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33425-    if test "x$ac_cv_curl" = "xyes"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33426:      ap_curl_libs="${ap_curl_libs:--lcurl} `$apr_config --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33427-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33619-      libname="mod_md.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33620:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33621-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33814-      libname="mod_lbmethod_byrequests.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33815:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33816-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33976-      libname="mod_lbmethod_bytraffic.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:33977:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-33978-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34138-      libname="mod_lbmethod_bybusyness.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34139:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34140-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34300-      libname="mod_lbmethod_heartbeat.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34301:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34302-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34406-            else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34407:                i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34408-                if ap_mpm_supports_shared $i; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34524-            libname="mod_mpm_event.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34525:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34526-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34607-            libname="mod_mpm_prefork.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34608:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34609-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34679-            libname="mod_mpm_winnt.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34680:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34681-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34751-            libname="mod_mpm_worker.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34752:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34753-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34927-      libname="mod_unixd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:34928:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-34929-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35101-      libname="mod_privileges.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:35102:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35103-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35284-      libname="mod_systemd.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:35285:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35286-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35512-      libname="mod_heartbeat.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:35513:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35514-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35653-      libname="mod_heartmonitor.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:35654:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35655-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35835-      libname="mod_dav.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:35836:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-35837-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36036-      libname="mod_status.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36037:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36038-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36177-      libname="mod_autoindex.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36178:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36179-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36318-      libname="mod_asis.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36319:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36320-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36459-      libname="mod_info.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36460:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36461-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36614-      libname="mod_suexec.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36615:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36616-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36821-      libname="mod_cgid.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36822:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36823-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36962-      libname="mod_cgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:36963:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-36964-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37104-      libname="mod_cgi.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37105:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37106-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37245-      libname="mod_cgid.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37246:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37247-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37357-            libname="mod_mpm_mpmt_os2.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37358:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37359-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37572-      libname="mod_dav_fs.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37573:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37574-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37777-      libname="mod_dav_lock.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37778:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37779-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37819-  withval=$with_module;
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37820:    withval=`echo $withval | sed -e 's/,/ /g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37821-    for mod in $withval
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37822-    do
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37823:      modtype=`echo $mod | sed -e's/\(.*\):.*/\1/'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37824:      pkg=`echo $mod | sed -e's/.*:\(.*\)/\1/'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37825:      modfilec=`echo $pkg | sed -e 's;^.*/;;'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37826:      modfileo=`echo $pkg | sed -e 's;^.*/;;' -e 's;\.c$;.o;'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37827-      modpath_current="modules/$modtype"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37834-      fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure:37835:      module=`echo $pkg | sed -e 's;\(.*/\).*mod_\(.*\).c;\2;'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-37836-      objects="mod_$module.lo"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38017-      libname="mod_vhost_alias.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38018:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38019-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38158-      libname="mod_negotiation.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38159:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38160-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38299-      libname="mod_dir.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38300:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38301-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38440-      libname="mod_imagemap.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38441:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38442-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38581-      libname="mod_actions.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38582:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38583-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38722-      libname="mod_speling.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38723:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38724-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38863-      libname="mod_userdir.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:38864:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-38865-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39004-      libname="mod_alias.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39005:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39006-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39145-      libname="mod_rewrite.la"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39146:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39147-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39546-if test x${apu_found} != xobsolete; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39547:  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39548-fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39549:AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39550-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39671-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39672:    EXTRA_CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s%${apr_ste_save_CPPFLAGS}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39673-    CPPFLAGS="$apr_ste_save_CPPFLAGS"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39690-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39691:    EXTRA_CFLAGS=`echo "$CFLAGS" | sed -e "s%${apr_ste_save_CFLAGS}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39692-    CFLAGS="$apr_ste_save_CFLAGS"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39709-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39710:    EXTRA_CXXFLAGS=`echo "$CXXFLAGS" | sed -e "s%${apr_ste_save_CXXFLAGS}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39711-    CXXFLAGS="$apr_ste_save_CXXFLAGS"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39728-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39729:    EXTRA_LDFLAGS=`echo "$LDFLAGS" | sed -e "s%${apr_ste_save_LDFLAGS}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39730-    LDFLAGS="$apr_ste_save_LDFLAGS"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39747-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39748:    EXTRA_LIBS=`echo "$LIBS" | sed -e "s%${apr_ste_save_LIBS}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39749-    LIBS="$apr_ste_save_LIBS"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39766-  else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:39767:    EXTRA_INCLUDES=`echo "$INCLUDES" | sed -e "s%${apr_ste_save_INCLUDES}%%"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-39768-    INCLUDES="$apr_ste_save_INCLUDES"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40106-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40107:  abs_srcdir="`(cd $srcdir && pwd)`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40108-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40126-  ap_last="${ap_cur}"
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40127:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40128-done
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40146-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40147:perlbin=`$ac_aux_dir/PrintPath perl`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40148-if test "x$perlbin" = "x"; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40275-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40276:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40277-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40342-if test -z "$BASH_VERSION$ZSH_VERSION" \
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40343:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40344-  as_echo='print -r --'
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40345-  as_echo_n='print -rn --'
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40346:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40347-  as_echo='printf %s\n'
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40349-else
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40350:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40351-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40359-	expr "X$arg" : "X\\(.*\\)$as_nl";
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40360:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40361-      esac;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40436-# ----------------------------------------
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40437:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40438-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40508-  {
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40509:    as_val=`expr "$@" || test $? -eq 1`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40510-  }
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40612-      case $as_dir in #(
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40613:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40614-      *) as_qdir=$as_dir;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40747-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40748:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40749-ac_cs_version="\\
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40770-  --*=?*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40771:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40772:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40773-    ac_shift=:
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40775-  --*=)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40776:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40777-    ac_optarg=
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40799-    case $ac_optarg in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40800:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40801-    '') as_fn_error $? "missing file argument" ;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40807-    case $ac_optarg in
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40808:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40809-    esac
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40961-fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40962:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40963-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40978-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40979:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40980-ac_delim='%!_!# '
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40984-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:40985:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-40986-  if test $ac_delim_n = $ac_delim_num; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41122-for ac_last_try in false false :; do
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41123:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41124-  if test -z "$ac_tt"; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41254-      esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41255:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41256-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41313-*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41314:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41315-  # A ".." for each directory in $ac_dir_suffix.
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41316:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41317-  case $ac_top_builddir_sub in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41365-/@mandir@/p'
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41366:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41367-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41382-
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41383:# Neutralize VPATH when `$srcdir' = `.'.
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41384-# Shell code in configure.ac might set extrasub.
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41408-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure:41409:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
apache2-2.4.46/.pc/fhs_compliance.patch/configure-41410-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-13-dnl Absolute source/build directory
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:14:abs_srcdir=`(cd $srcdir && pwd)`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-15-abs_builddir=`pwd`
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-17-dnl Ensure that the httpd version is included
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:18:HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:19:HTTPD_MMN=`$abs_srcdir/build/get-version.sh mmn $abs_srcdir/include/ap_mmn.h MODULE_MAGIC_NUMBER`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-20-
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-96-  APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1 2, [
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:97:    version=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-98-    case x${version} in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-128-
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:129:APR_SETIFNULL(CC, `$apr_config --cc`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:130:APR_SETIFNULL(CPP, `$apr_config --cpp`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:131:APR_ADDTO(CFLAGS, `$apr_config --cflags`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:132:APR_ADDTO(CPPFLAGS, `$apr_config --cppflags`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-133-dnl internal-only CPPFLAGS (shouldn't affect third-party module builds)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-134-INTERNAL_CPPFLAGS=""
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:135:APR_ADDTO(LDFLAGS, `$apr_config --ldflags`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:136:SHLIBPATH_VAR=`$apr_config --shlib-path-var`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:137:APR_BINDIR=`$apr_config --bindir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:138:APR_INCLUDEDIR=`$apr_config --includedir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:139:APR_INCLUDES=`$apr_config --includes`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:140:APR_VERSION=`$apr_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:141:apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-142-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-191-else
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:192:  APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:193:  APU_BINDIR=`$apu_config --bindir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:194:  APU_INCLUDEDIR=`$apu_config --includedir`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:195:  APU_INCLUDES=`$apu_config --includes`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:196:  APU_VERSION=`$apu_config --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:197:  APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-198-fi
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-228-  fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:229:  case `$PCRE_CONFIG --version` in
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-230-  [[1-5].*])
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-234-  AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:235:  APR_ADDTO(PCRE_INCLUDES, [`$PCRE_CONFIG --cflags`])
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:236:  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs`])
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-237-else
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-288-      fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:289:      my_libtool=`$apr_config --apr-libtool`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-290-      LIBTOOL="$my_libtool \$(LTFLAGS)"
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:291:      libtoolversion=`$my_libtool --version`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-292-      case $libtoolversion in
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-351-  *aix*)
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:352:      aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-353-      if test $aixver -ge 4320; then
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-408-    apu_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:409:    CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-410-    APACHE_CHECK_APxVER([apu], 1, 3)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-788-if test x${apu_found} != xobsolete; then
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:789:  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-790-fi
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:791:AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-792-APACHE_SUBST(AP_LIBS)
##############################################
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-882-
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in:883:perlbin=`$ac_aux_dir/PrintPath perl`
apache2-2.4.46/.pc/fhs_compliance.patch/configure.in-884-if test "x$perlbin" = "x"; then
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-292-    notice("Creating [DIR]  $name");
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:293:    system("mkdir $name");
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-294-    notice("Creating [FILE] $name/Makefile");
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-306-    notice("Creating [FILE] $name/.deps");
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:307:    system("touch ${name}/.deps");
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-308-
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-354-
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:355:my $apr_major_version = (split /\./, `$apr_config --version`)[0];
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-356-
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-366-
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:367:my $libtool = `$apr_config --apr-libtool`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-368-chomp($libtool);
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-369-
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:370:my $apr_includedir = `$apr_config --includes`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-371-chomp($apr_includedir);
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-373-if ($apr_major_version < 2) {
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:374:    $apu_includedir = `$apu_config --includes`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-375-    chomp($apu_includedir);
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-465-        
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:466:        my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-467-        chomp($apr_libs);
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-469-        if ($apr_major_version < 2) {
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:470:            $apu_libs=`$apu_config --ldflags --link-libtool --libs`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-471-            chomp($apu_libs);
##############################################
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-476-    else {
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in:477:        my $apr_ldflags=`$apr_config --ldflags`;
apache2-2.4.46/.pc/customize_apxs.patch/support/apxs.in-478-        chomp($apr_ldflags);
##############################################
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in-46-	    	( \
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in:47:	    		n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in-48-	    		if test $$n_lm -eq 0 -o "x$(MPM_MODULES)$(DSO_MODULES)" = "x"; then \
##############################################
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in-114-	    	if [ "$$i" = "httpd.conf" ]; then \
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in:115:	    		file=`echo $$i|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \
apache2-2.4.46/.pc/build_suexec-custom.patch/Makefile.in-116-	    	fi; \
##############################################
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-46-	        files=`cat export_files`; \
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in:47:	        headers="`find $$files -newer exports.c`"; \
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-48-	        if test -n "$$headers"; then \
##############################################
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-68-exports.c: export_files
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in:69:	$(AWK) -f $(top_srcdir)/build/make_exports.awk `cat $?` > $@
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-70-
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-71-export_vars.h: export_files
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in:72:	$(AWK) -f $(top_srcdir)/build/make_var_export.awk `cat $?` > $@
apache2-2.4.46/.pc/reproducible_builds.diff/server/Makefile.in-73-
##############################################
apache2-2.4.46/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
apache2-2.4.46/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/configure-45-  as_echo='print -r --'
apache2-2.4.46/configure-46-  as_echo_n='print -rn --'
apache2-2.4.46/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/configure-48-  as_echo='printf %s\n'
##############################################
apache2-2.4.46/configure-50-else
apache2-2.4.46/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
apache2-2.4.46/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
apache2-2.4.46/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
apache2-2.4.46/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
apache2-2.4.46/configure-62-      esac;
##############################################
apache2-2.4.46/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
apache2-2.4.46/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
apache2-2.4.46/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
apache2-2.4.46/configure-324-      case $as_dir in #(
apache2-2.4.46/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
apache2-2.4.46/configure-326-      *) as_qdir=$as_dir;;
##############################################
apache2-2.4.46/configure-397-  {
apache2-2.4.46/configure:398:    as_val=`expr "$@" || test $? -eq 1`
apache2-2.4.46/configure-399-  }
##############################################
apache2-2.4.46/configure-404-# ----------------------------------------
apache2-2.4.46/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
apache2-2.4.46/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
apache2-2.4.46/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
apache2-2.4.46/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
apache2-2.4.46/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
apache2-2.4.46/configure-1235-  case $ac_option in
apache2-2.4.46/configure:1236:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
apache2-2.4.46/configure-1237-  *=)   ac_optarg= ;;
##############################################
apache2-2.4.46/configure-1279-  -disable-* | --disable-*)
apache2-2.4.46/configure:1280:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
apache2-2.4.46/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/configure-1284-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/configure:1285:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/configure-1286-    case $ac_user_opts in
##############################################
apache2-2.4.46/configure-1305-  -enable-* | --enable-*)
apache2-2.4.46/configure:1306:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
apache2-2.4.46/configure-1307-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/configure-1310-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/configure:1311:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/configure-1312-    case $ac_user_opts in
##############################################
apache2-2.4.46/configure-1518-  -with-* | --with-*)
apache2-2.4.46/configure:1519:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
apache2-2.4.46/configure-1520-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/configure-1523-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/configure:1524:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/configure-1525-    case $ac_user_opts in
##############################################
apache2-2.4.46/configure-1534-  -without-* | --without-*)
apache2-2.4.46/configure:1535:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
apache2-2.4.46/configure-1536-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/configure-1539-    ac_useropt_orig=$ac_useropt
apache2-2.4.46/configure:1540:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
apache2-2.4.46/configure-1541-    case $ac_user_opts in
##############################################
apache2-2.4.46/configure-1572-  *=*)
apache2-2.4.46/configure:1573:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
apache2-2.4.46/configure-1574-    # Reject names that are not valid shell variable names.
##############################################
apache2-2.4.46/configure-1593-if test -n "$ac_prev"; then
apache2-2.4.46/configure:1594:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
apache2-2.4.46/configure-1595-  as_fn_error $? "missing argument to $ac_option"
##############################################
apache2-2.4.46/configure-1615-    */ )
apache2-2.4.46/configure:1616:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
apache2-2.4.46/configure-1617-      eval $ac_var=\$ac_val;;
##############################################
apache2-2.4.46/configure-1650-ac_ls_di=`ls -di .` &&
apache2-2.4.46/configure:1651:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
apache2-2.4.46/configure-1652-  as_fn_error $? "working directory cannot be determined"
##############################################
apache2-2.4.46/configure-1706-case $srcdir in
apache2-2.4.46/configure:1707:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
apache2-2.4.46/configure-1708-esac
##############################################
apache2-2.4.46/configure-1749-By default, \`make install' will install all the files in
apache2-2.4.46/configure:1750:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
apache2-2.4.46/configure:1751:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
apache2-2.4.46/configure-1752-for instance \`--prefix=\$HOME'.
##############################################
apache2-2.4.46/configure-2106-*)
apache2-2.4.46/configure:2107:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
apache2-2.4.46/configure-2108-  # A ".." for each directory in $ac_dir_suffix.
apache2-2.4.46/configure:2109:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
apache2-2.4.46/configure-2110-  case $ac_top_builddir_sub in
##############################################
apache2-2.4.46/configure-2522-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
apache2-2.4.46/configure:2523:  as_decl_name=`echo $2|sed 's/ *(.*//'`
apache2-2.4.46/configure:2524:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
apache2-2.4.46/configure-2525-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
apache2-2.4.46/configure-2636-    *\'*)
apache2-2.4.46/configure:2637:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/configure-2638-    esac
##############################################
apache2-2.4.46/configure-2719-      case $ac_val in
apache2-2.4.46/configure:2720:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
apache2-2.4.46/configure-2721-      esac
##############################################
apache2-2.4.46/configure-2734-	case $ac_val in
apache2-2.4.46/configure:2735:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
apache2-2.4.46/configure-2736-	esac
##############################################
apache2-2.4.46/configure-2854-    set,)
apache2-2.4.46/configure:2855:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
apache2-2.4.46/configure:2856:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
apache2-2.4.46/configure-2857-      ac_cache_corrupted=: ;;
##############################################
apache2-2.4.46/configure-2865-	# differences in whitespace do not lead to failure.
apache2-2.4.46/configure:2866:	ac_old_val_w=`echo x $ac_old_val`
apache2-2.4.46/configure:2867:	ac_new_val_w=`echo x $ac_new_val`
apache2-2.4.46/configure-2868-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
apache2-2.4.46/configure-2885-    case $ac_new_val in
apache2-2.4.46/configure:2886:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/configure-2887-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
apache2-2.4.46/configure-2945-
apache2-2.4.46/configure:2946:abs_srcdir=`(cd $srcdir && pwd)`
apache2-2.4.46/configure-2947-abs_builddir=`pwd`
apache2-2.4.46/configure-2948-
apache2-2.4.46/configure:2949:HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
apache2-2.4.46/configure:2950:HTTPD_MMN=`$abs_srcdir/build/get-version.sh mmn $abs_srcdir/include/ap_mmn.h MODULE_MAGIC_NUMBER`
apache2-2.4.46/configure-2951-
##############################################
apache2-2.4.46/configure-3127-      *+)
apache2-2.4.46/configure:3128:        val=`echo $val | sed -e 's;\+$;;'`
apache2-2.4.46/configure-3129-        eval "$var=\"\$val\""
##############################################
apache2-2.4.46/configure-3135-    esac
apache2-2.4.46/configure:3136:    val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
apache2-2.4.46/configure:3137:    val=`echo $val | sed -e 's:[\$]\([a-z_]*\):$\1:g'`
apache2-2.4.46/configure-3138-    if test "$autosuffix" = "yes"; then
##############################################
apache2-2.4.46/configure-3173-
apache2-2.4.46/configure:3174:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
apache2-2.4.46/configure-3175-
##############################################
apache2-2.4.46/configure-3270-do
apache2-2.4.46/configure:3271:  eval ac_val=$`echo $ac_var`
apache2-2.4.46/configure-3272-  case $ac_val in
##############################################
apache2-2.4.46/configure-3287-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3288:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3289-done
##############################################
apache2-2.4.46/configure-3296-
apache2-2.4.46/configure:3297:ap_stripped=`echo $exp_exec_prefix | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3298-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3300-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3301:    rel_exec_prefix="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3302-else
##############################################
apache2-2.4.46/configure-3318-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3319:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3320-done
##############################################
apache2-2.4.46/configure-3327-
apache2-2.4.46/configure:3328:ap_stripped=`echo $exp_bindir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3329-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3331-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3332:    rel_bindir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3333-else
##############################################
apache2-2.4.46/configure-3349-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3350:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3351-done
##############################################
apache2-2.4.46/configure-3358-
apache2-2.4.46/configure:3359:ap_stripped=`echo $exp_sbindir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3360-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3362-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3363:    rel_sbindir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3364-else
##############################################
apache2-2.4.46/configure-3380-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3381:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3382-done
##############################################
apache2-2.4.46/configure-3389-
apache2-2.4.46/configure:3390:ap_stripped=`echo $exp_libdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3391-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3393-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3394:    rel_libdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3395-else
##############################################
apache2-2.4.46/configure-3411-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3412:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3413-done
##############################################
apache2-2.4.46/configure-3420-
apache2-2.4.46/configure:3421:ap_stripped=`echo $exp_libexecdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3422-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3424-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3425:    rel_libexecdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3426-else
##############################################
apache2-2.4.46/configure-3442-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3443:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3444-done
##############################################
apache2-2.4.46/configure-3451-
apache2-2.4.46/configure:3452:ap_stripped=`echo $exp_mandir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3453-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3455-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3456:    rel_mandir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3457-else
##############################################
apache2-2.4.46/configure-3473-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3474:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3475-done
##############################################
apache2-2.4.46/configure-3482-
apache2-2.4.46/configure:3483:ap_stripped=`echo $exp_sysconfdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3484-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3486-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3487:    rel_sysconfdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3488-else
##############################################
apache2-2.4.46/configure-3504-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3505:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3506-done
##############################################
apache2-2.4.46/configure-3513-
apache2-2.4.46/configure:3514:ap_stripped=`echo $exp_datadir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3515-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3517-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3518:    rel_datadir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3519-else
##############################################
apache2-2.4.46/configure-3535-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3536:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3537-done
##############################################
apache2-2.4.46/configure-3544-
apache2-2.4.46/configure:3545:ap_stripped=`echo $exp_installbuilddir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3546-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3548-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3549:    rel_installbuilddir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3550-else
##############################################
apache2-2.4.46/configure-3566-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3567:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3568-done
##############################################
apache2-2.4.46/configure-3575-
apache2-2.4.46/configure:3576:ap_stripped=`echo $exp_errordir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3577-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3579-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3580:    rel_errordir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3581-else
##############################################
apache2-2.4.46/configure-3597-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3598:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3599-done
##############################################
apache2-2.4.46/configure-3606-
apache2-2.4.46/configure:3607:ap_stripped=`echo $exp_iconsdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3608-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3610-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3611:    rel_iconsdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3612-else
##############################################
apache2-2.4.46/configure-3628-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3629:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3630-done
##############################################
apache2-2.4.46/configure-3637-
apache2-2.4.46/configure:3638:ap_stripped=`echo $exp_htdocsdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3639-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3641-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3642:    rel_htdocsdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3643-else
##############################################
apache2-2.4.46/configure-3659-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3660:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3661-done
##############################################
apache2-2.4.46/configure-3668-
apache2-2.4.46/configure:3669:ap_stripped=`echo $exp_manualdir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3670-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3672-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3673:    rel_manualdir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3674-else
##############################################
apache2-2.4.46/configure-3690-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3691:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3692-done
##############################################
apache2-2.4.46/configure-3699-
apache2-2.4.46/configure:3700:ap_stripped=`echo $exp_cgidir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3701-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3703-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3704:    rel_cgidir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3705-else
##############################################
apache2-2.4.46/configure-3721-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3722:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3723-done
##############################################
apache2-2.4.46/configure-3730-
apache2-2.4.46/configure:3731:ap_stripped=`echo $exp_includedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3732-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3734-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3735:    rel_includedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3736-else
##############################################
apache2-2.4.46/configure-3752-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3753:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3754-done
##############################################
apache2-2.4.46/configure-3761-
apache2-2.4.46/configure:3762:ap_stripped=`echo $exp_localstatedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3763-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3765-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3766:    rel_localstatedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3767-else
##############################################
apache2-2.4.46/configure-3783-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3784:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3785-done
##############################################
apache2-2.4.46/configure-3792-
apache2-2.4.46/configure:3793:ap_stripped=`echo $exp_runtimedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3794-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3796-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3797:    rel_runtimedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3798-else
##############################################
apache2-2.4.46/configure-3814-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3815:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3816-done
##############################################
apache2-2.4.46/configure-3823-
apache2-2.4.46/configure:3824:ap_stripped=`echo $exp_logfiledir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3825-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3827-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3828:    rel_logfiledir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3829-else
##############################################
apache2-2.4.46/configure-3845-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3846:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3847-done
##############################################
apache2-2.4.46/configure-3854-
apache2-2.4.46/configure:3855:ap_stripped=`echo $exp_proxycachedir | sed -e "s#^${prefix}##"`
apache2-2.4.46/configure-3856-# check if the stripping was successful
##############################################
apache2-2.4.46/configure-3858-    # it was, so strip of any leading slashes
apache2-2.4.46/configure:3859:    rel_proxycachedir="`echo ${ap_stripped} | sed -e 's#^/*##'`"
apache2-2.4.46/configure-3860-else
##############################################
apache2-2.4.46/configure-3944-  ap_last="${ap_cur}"
apache2-2.4.46/configure:3945:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-3946-done
##############################################
apache2-2.4.46/configure-4001-  # Check for GNU $ac_path_GREP
apache2-2.4.46/configure:4002:case `"$ac_path_GREP" --version 2>&1` in
apache2-2.4.46/configure-4003-*GNU*)
##############################################
apache2-2.4.46/configure-4067-  # Check for GNU $ac_path_EGREP
apache2-2.4.46/configure:4068:case `"$ac_path_EGREP" --version 2>&1` in
apache2-2.4.46/configure-4069-*GNU*)
##############################################
apache2-2.4.46/configure-4130-test "x$ac_build_alias" = x &&
apache2-2.4.46/configure:4131:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
apache2-2.4.46/configure-4132-test "x$ac_build_alias" = x &&
apache2-2.4.46/configure-4133-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
apache2-2.4.46/configure:4134:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
apache2-2.4.46/configure-4135-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/configure-4154-IFS=$ac_save_IFS
apache2-2.4.46/configure:4155:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/configure-4156-
##############################################
apache2-2.4.46/configure-4165-else
apache2-2.4.46/configure:4166:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
apache2-2.4.46/configure-4167-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/configure-4187-IFS=$ac_save_IFS
apache2-2.4.46/configure:4188:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/configure-4189-
##############################################
apache2-2.4.46/configure-4198-else
apache2-2.4.46/configure:4199:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
apache2-2.4.46/configure-4200-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
apache2-2.4.46/configure-4220-IFS=$ac_save_IFS
apache2-2.4.46/configure:4221:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
apache2-2.4.46/configure-4222-
##############################################
apache2-2.4.46/configure-4297-
apache2-2.4.46/configure:4298:    version=`$apr_config --version`
apache2-2.4.46/configure-4299-    case x${version} in
##############################################
apache2-2.4.46/configure-4323-
apache2-2.4.46/configure:4324:    version=`$apr_config --version`
apache2-2.4.46/configure-4325-    case x${version} in
##############################################
apache2-2.4.46/configure-4352-
apache2-2.4.46/configure:4353:    version=`$apr_config --version`
apache2-2.4.46/configure-4354-    case x${version} in
##############################################
apache2-2.4.46/configure-4376-
apache2-2.4.46/configure:4377:    version=`$apr_config --version`
apache2-2.4.46/configure-4378-    case x${version} in
##############################################
apache2-2.4.46/configure-4399-        if test "$apr_found" = "no" && test -d ""$srcdir/srclib/apr""; then
apache2-2.4.46/configure:4400:      apr_temp_abs_srcdir="`cd \""$srcdir/srclib/apr"\" && pwd`"
apache2-2.4.46/configure-4401-      apr_found="reconfig"
apache2-2.4.46/configure:4402:      apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \""$srcdir/srclib/apr"/include/apr_version.h\"`"
apache2-2.4.46/configure-4403-      case $apr_bundled_major in
##############################################
apache2-2.4.46/configure-4525-  test -d srclib/apr || $mkdir_p srclib/apr
apache2-2.4.46/configure:4526:  ac_abs_srcdir=`(cd $srcdir/srclib/apr && pwd)`
apache2-2.4.46/configure-4527-  cd srclib/apr
##############################################
apache2-2.4.46/configure-4529-      # A "../" for each directory in /$config_subdirs.
apache2-2.4.46/configure:4530:      ac_dots=`echo $apr_config_subdirs|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
apache2-2.4.46/configure-4531-
##############################################
apache2-2.4.46/configure-4601-  if test -z "$CC"; then
apache2-2.4.46/configure:4602:    test "x$silent" != "xyes" && echo "  setting CC to \"`$apr_config --cc`\""
apache2-2.4.46/configure:4603:    CC="`$apr_config --cc`"
apache2-2.4.46/configure-4604-  fi
##############################################
apache2-2.4.46/configure-4607-  if test -z "$CPP"; then
apache2-2.4.46/configure:4608:    test "x$silent" != "xyes" && echo "  setting CPP to \"`$apr_config --cpp`\""
apache2-2.4.46/configure:4609:    CPP="`$apr_config --cpp`"
apache2-2.4.46/configure-4610-  fi
##############################################
apache2-2.4.46/configure-4613-  if test "x$CFLAGS" = "x"; then
apache2-2.4.46/configure:4614:    test "x$silent" != "xyes" && echo "  setting CFLAGS to \"`$apr_config --cflags`\""
apache2-2.4.46/configure:4615:    CFLAGS="`$apr_config --cflags`"
apache2-2.4.46/configure-4616-  else
apache2-2.4.46/configure:4617:    apr_addto_bugger="`$apr_config --cflags`"
apache2-2.4.46/configure-4618-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-4634-  if test "x$CPPFLAGS" = "x"; then
apache2-2.4.46/configure:4635:    test "x$silent" != "xyes" && echo "  setting CPPFLAGS to \"`$apr_config --cppflags`\""
apache2-2.4.46/configure:4636:    CPPFLAGS="`$apr_config --cppflags`"
apache2-2.4.46/configure-4637-  else
apache2-2.4.46/configure:4638:    apr_addto_bugger="`$apr_config --cppflags`"
apache2-2.4.46/configure-4639-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-4656-  if test "x$LDFLAGS" = "x"; then
apache2-2.4.46/configure:4657:    test "x$silent" != "xyes" && echo "  setting LDFLAGS to \"`$apr_config --ldflags`\""
apache2-2.4.46/configure:4658:    LDFLAGS="`$apr_config --ldflags`"
apache2-2.4.46/configure-4659-  else
apache2-2.4.46/configure:4660:    apr_addto_bugger="`$apr_config --ldflags`"
apache2-2.4.46/configure-4661-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-4675-
apache2-2.4.46/configure:4676:SHLIBPATH_VAR=`$apr_config --shlib-path-var`
apache2-2.4.46/configure:4677:APR_BINDIR=`$apr_config --bindir`
apache2-2.4.46/configure:4678:APR_INCLUDEDIR=`$apr_config --includedir`
apache2-2.4.46/configure:4679:APR_INCLUDES=`$apr_config --includes`
apache2-2.4.46/configure:4680:APR_VERSION=`$apr_config --version`
apache2-2.4.46/configure:4681:apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
apache2-2.4.46/configure-4682-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
##############################################
apache2-2.4.46/configure-4779-        if test "$apu_found" = "no" && test -d ""$srcdir/srclib/apr-util""; then
apache2-2.4.46/configure:4780:      apu_temp_abs_srcdir="`cd \""$srcdir/srclib/apr-util"\" && pwd`"
apache2-2.4.46/configure-4781-      apu_found="reconfig"
apache2-2.4.46/configure:4782:      apu_bundled_major="`sed -n '/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \""$srcdir/srclib/apr-util"/include/apu_version.h\"`"
apache2-2.4.46/configure-4783-      case $apu_bundled_major in
##############################################
apache2-2.4.46/configure-4916-  test -d srclib/apr-util || $mkdir_p srclib/apr-util
apache2-2.4.46/configure:4917:  ac_abs_srcdir=`(cd $srcdir/srclib/apr-util && pwd)`
apache2-2.4.46/configure-4918-  cd srclib/apr-util
##############################################
apache2-2.4.46/configure-4920-      # A "../" for each directory in /$config_subdirs.
apache2-2.4.46/configure:4921:      ac_dots=`echo $apr_config_subdirs|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
apache2-2.4.46/configure-4922-
##############################################
apache2-2.4.46/configure-4990-  if test "x$LDFLAGS" = "x"; then
apache2-2.4.46/configure:4991:    test "x$silent" != "xyes" && echo "  setting LDFLAGS to \"`$apu_config --ldflags`\""
apache2-2.4.46/configure:4992:    LDFLAGS="`$apu_config --ldflags`"
apache2-2.4.46/configure-4993-  else
apache2-2.4.46/configure:4994:    apr_addto_bugger="`$apu_config --ldflags`"
apache2-2.4.46/configure-4995-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-5009-
apache2-2.4.46/configure:5010:  APU_BINDIR=`$apu_config --bindir`
apache2-2.4.46/configure:5011:  APU_INCLUDEDIR=`$apu_config --includedir`
apache2-2.4.46/configure:5012:  APU_INCLUDES=`$apu_config --includes`
apache2-2.4.46/configure:5013:  APU_VERSION=`$apu_config --version`
apache2-2.4.46/configure:5014:  APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
apache2-2.4.46/configure-5015-fi
##############################################
apache2-2.4.46/configure-5362-$as_echo_n "checking whether the C compiler works... " >&6; }
apache2-2.4.46/configure:5363:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
apache2-2.4.46/configure-5364-
##############################################
apache2-2.4.46/configure-5406-	then :; else
apache2-2.4.46/configure:5407:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
apache2-2.4.46/configure-5408-	fi
##############################################
apache2-2.4.46/configure-5466-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
apache2-2.4.46/configure:5467:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
apache2-2.4.46/configure-5468-	  break;;
##############################################
apache2-2.4.46/configure-5575-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
apache2-2.4.46/configure:5576:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
apache2-2.4.46/configure-5577-       break;;
##############################################
apache2-2.4.46/configure-6185-  fi
apache2-2.4.46/configure:6186:  case `$PCRE_CONFIG --version` in
apache2-2.4.46/configure-6187-  [1-5].*)
##############################################
apache2-2.4.46/configure-6194-  if test "x$PCRE_INCLUDES" = "x"; then
apache2-2.4.46/configure:6195:    test "x$silent" != "xyes" && echo "  setting PCRE_INCLUDES to \"`$PCRE_CONFIG --cflags`\""
apache2-2.4.46/configure:6196:    PCRE_INCLUDES="`$PCRE_CONFIG --cflags`"
apache2-2.4.46/configure-6197-  else
apache2-2.4.46/configure:6198:    apr_addto_bugger="`$PCRE_CONFIG --cflags`"
apache2-2.4.46/configure-6199-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-6215-  if test "x$PCRE_LIBS" = "x"; then
apache2-2.4.46/configure:6216:    test "x$silent" != "xyes" && echo "  setting PCRE_LIBS to \"`$PCRE_CONFIG --libs`\""
apache2-2.4.46/configure:6217:    PCRE_LIBS="`$PCRE_CONFIG --libs`"
apache2-2.4.46/configure-6218-  else
apache2-2.4.46/configure:6219:    apr_addto_bugger="`$PCRE_CONFIG --libs`"
apache2-2.4.46/configure-6220-    for i in $apr_addto_bugger; do
##############################################
apache2-2.4.46/configure-6412-      fi
apache2-2.4.46/configure:6413:      my_libtool=`$apr_config --apr-libtool`
apache2-2.4.46/configure-6414-      LIBTOOL="$my_libtool \$(LTFLAGS)"
apache2-2.4.46/configure:6415:      libtoolversion=`$my_libtool --version`
apache2-2.4.46/configure-6416-      case $libtoolversion in
##############################################
apache2-2.4.46/configure-6531-  *aix*)
apache2-2.4.46/configure:6532:      aixver=`echo $host | sed 's/^[^0-9]*//' | sed 's/\.//g'`
apache2-2.4.46/configure-6533-      if test $aixver -ge 4320; then
##############################################
apache2-2.4.46/configure-6994-do :
apache2-2.4.46/configure:6995:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/configure-6996-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
apache2-2.4.46/configure-6999-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:7000:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/configure-7001-_ACEOF
##############################################
apache2-2.4.46/configure-7138-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/configure:7139:CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/configure-7140-
##############################################
apache2-2.4.46/configure-7187-    apu_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/configure:7188:    CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/configure-7189-
##############################################
apache2-2.4.46/configure-7195-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/configure:7196:CPPFLAGS="$CPPFLAGS `$apu_config --includes`"
apache2-2.4.46/configure-7197-
##############################################
apache2-2.4.46/configure-7246-ap_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/configure:7247:CPPFLAGS="$CPPFLAGS `$apu_config --includes`"
apache2-2.4.46/configure-7248-
##############################################
apache2-2.4.46/configure-7450-do :
apache2-2.4.46/configure:7451:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/configure-7452-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/configure-7454-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:7455:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/configure-7456-_ACEOF
##############################################
apache2-2.4.46/configure-7729-do :
apache2-2.4.46/configure:7730:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-7731-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-7733-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:7734:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-7735-_ACEOF
##############################################
apache2-2.4.46/configure-7847-   if test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd; then
apache2-2.4.46/configure:7848:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd`
apache2-2.4.46/configure-7849-   elif test -n "$PKGCONFIG" && $PKGCONFIG --exists libsystemd-daemon; then
apache2-2.4.46/configure:7850:      SYSTEMD_LIBS=`$PKGCONFIG --libs libsystemd-daemon`
apache2-2.4.46/configure-7851-   else
##############################################
apache2-2.4.46/configure-9586-        else
apache2-2.4.46/configure:9587:          i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/configure-9588-          eval "enable_$i=shared"
##############################################
apache2-2.4.46/configure-9604-      else
apache2-2.4.46/configure:9605:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/configure-9606-    	eval "enable_$i=shared"
##############################################
apache2-2.4.46/configure-9620-      else
apache2-2.4.46/configure:9621:        i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/configure-9622-    	eval "enable_$i=static"
##############################################
apache2-2.4.46/configure-9769-      libname="mod_authn_file.la"
apache2-2.4.46/configure:9770:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-9771-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-9910-      libname="mod_authn_dbm.la"
apache2-2.4.46/configure:9911:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-9912-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10051-      libname="mod_authn_anon.la"
apache2-2.4.46/configure:10052:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10053-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10192-      libname="mod_authn_dbd.la"
apache2-2.4.46/configure:10193:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10194-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10333-      libname="mod_authn_socache.la"
apache2-2.4.46/configure:10334:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10335-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10475-      libname="mod_authn_core.la"
apache2-2.4.46/configure:10476:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10477-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10617-      libname="mod_authz_host.la"
apache2-2.4.46/configure:10618:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10619-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10758-      libname="mod_authz_groupfile.la"
apache2-2.4.46/configure:10759:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10760-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-10899-      libname="mod_authz_user.la"
apache2-2.4.46/configure:10900:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-10901-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11040-      libname="mod_authz_dbm.la"
apache2-2.4.46/configure:11041:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11042-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11181-      libname="mod_authz_owner.la"
apache2-2.4.46/configure:11182:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11183-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11322-      libname="mod_authz_dbd.la"
apache2-2.4.46/configure:11323:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11324-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11464-      libname="mod_authz_core.la"
apache2-2.4.46/configure:11465:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11466-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11579-    if test -z "$apu_config" ; then
apache2-2.4.46/configure:11580:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/configure-11581-    else
apache2-2.4.46/configure:11582:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/configure-11583-    fi
##############################################
apache2-2.4.46/configure-11685-      libname="mod_authnz_ldap.la"
apache2-2.4.46/configure:11686:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11687-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11827-      libname="mod_authnz_fcgi.la"
apache2-2.4.46/configure:11828:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11829-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-11969-      libname="mod_access_compat.la"
apache2-2.4.46/configure:11970:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-11971-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12112-      libname="mod_auth_basic.la"
apache2-2.4.46/configure:12113:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12114-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12253-      libname="mod_auth_form.la"
apache2-2.4.46/configure:12254:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12255-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12435-      libname="mod_auth_digest.la"
apache2-2.4.46/configure:12436:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12437-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12577-      libname="mod_allowmethods.la"
apache2-2.4.46/configure:12578:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12579-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12774-      libname="mod_isapi.la"
apache2-2.4.46/configure:12775:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12776-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-12949-      libname="mod_file_cache.la"
apache2-2.4.46/configure:12950:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-12951-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13104-      libname="mod_cache.la"
apache2-2.4.46/configure:13105:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13106-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13266-      libname="mod_cache_disk.la"
apache2-2.4.46/configure:13267:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13268-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13407-      libname="mod_cache_socache.la"
apache2-2.4.46/configure:13408:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13409-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13551-      libname="mod_socache_shmcb.la"
apache2-2.4.46/configure:13552:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13553-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13692-      libname="mod_socache_dbm.la"
apache2-2.4.46/configure:13693:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13694-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13833-      libname="mod_socache_memcache.la"
apache2-2.4.46/configure:13834:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13835-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-13974-      libname="mod_socache_redis.la"
apache2-2.4.46/configure:13975:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-13976-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-14070-            ap_distcache_with="yes"
apache2-2.4.46/configure:14071:      ap_distcache_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-14072-    fi
##############################################
apache2-2.4.46/configure-14428-      libname="mod_socache_dc.la"
apache2-2.4.46/configure:14429:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-14430-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-14707-      libname="mod_so.la"
apache2-2.4.46/configure:14708:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-14709-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-14890-      libname="mod_watchdog.la"
apache2-2.4.46/configure:14891:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-14892-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15032-      libname="mod_macro.la"
apache2-2.4.46/configure:15033:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15034-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15228-      libname="mod_dbd.la"
apache2-2.4.46/configure:15229:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15230-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15424-      libname="mod_bucketeer.la"
apache2-2.4.46/configure:15425:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15426-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15565-      libname="mod_dumpio.la"
apache2-2.4.46/configure:15566:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15567-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15740-      libname="mod_echo.la"
apache2-2.4.46/configure:15741:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15742-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-15914-      libname="mod_example_hooks.la"
apache2-2.4.46/configure:15915:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-15916-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16055-      libname="mod_case_filter.la"
apache2-2.4.46/configure:16056:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16057-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16196-      libname="mod_case_filter_in.la"
apache2-2.4.46/configure:16197:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16198-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16337-      libname="mod_example_ipc.la"
apache2-2.4.46/configure:16338:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16339-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16544-      libname="mod_buffer.la"
apache2-2.4.46/configure:16545:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16546-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16685-      libname="mod_data.la"
apache2-2.4.46/configure:16686:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16687-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16826-      libname="mod_ratelimit.la"
apache2-2.4.46/configure:16827:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16828-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-16967-      libname="mod_reqtimeout.la"
apache2-2.4.46/configure:16968:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-16969-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17108-      libname="mod_ext_filter.la"
apache2-2.4.46/configure:17109:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17110-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17249-      libname="mod_request.la"
apache2-2.4.46/configure:17250:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17251-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17390-      libname="mod_include.la"
apache2-2.4.46/configure:17391:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17392-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17531-      libname="mod_filter.la"
apache2-2.4.46/configure:17532:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17533-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17672-      libname="mod_reflector.la"
apache2-2.4.46/configure:17673:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17674-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17813-      libname="mod_substitute.la"
apache2-2.4.46/configure:17814:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17815-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-17995-      libname="mod_sed.la"
apache2-2.4.46/configure:17996:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-17997-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-18140-      libname="mod_charset_lite.la"
apache2-2.4.46/configure:18141:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-18142-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-18282-      libname="mod_charset_lite.la"
apache2-2.4.46/configure:18283:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-18284-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-18709-      libname="mod_deflate.la"
apache2-2.4.46/configure:18710:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-18711-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-18949-      libname="mod_xml2enc.la"
apache2-2.4.46/configure:18950:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-18951-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-19187-      libname="mod_proxy_html.la"
apache2-2.4.46/configure:19188:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-19189-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-19339-        ap_brotli_found=yes
apache2-2.4.46/configure:19340:        ap_brotli_cflags=`$PKGCONFIG libbrotlienc --cflags`
apache2-2.4.46/configure:19341:        ap_brotli_libs=`$PKGCONFIG libbrotlienc --libs`
apache2-2.4.46/configure-19342-      else
##############################################
apache2-2.4.46/configure-19494-      libname="mod_brotli.la"
apache2-2.4.46/configure:19495:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-19496-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-19698-      libname="mod_http.la"
apache2-2.4.46/configure:19699:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-19700-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-19839-      libname="mod_mime.la"
apache2-2.4.46/configure:19840:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-19841-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-19988-    if test -z "$apu_config" ; then
apache2-2.4.46/configure:19989:      LDAP_LIBS="`$apr_config --ldap-libs`"
apache2-2.4.46/configure-19990-    else
apache2-2.4.46/configure:19991:      LDAP_LIBS="`$apu_config --ldap-libs`"
apache2-2.4.46/configure-19992-    fi
##############################################
apache2-2.4.46/configure-20094-      libname="mod_ldap.la"
apache2-2.4.46/configure:20095:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-20096-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-20291-      libname="mod_log_config.la"
apache2-2.4.46/configure:20292:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-20293-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-20432-      libname="mod_log_debug.la"
apache2-2.4.46/configure:20433:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-20434-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-20573-      libname="mod_log_forensic.la"
apache2-2.4.46/configure:20574:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-20575-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-20740-      libname="mod_logio.la"
apache2-2.4.46/configure:20741:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-20742-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-20899-   && $PKGCONFIG --atleast-version=5.1 lua; then
apache2-2.4.46/configure:20900:  LUA_LIBS="`$PKGCONFIG --libs lua`"
apache2-2.4.46/configure:20901:  LUA_CFLAGS="`$PKGCONFIG --cflags lua`"
apache2-2.4.46/configure:20902:  LUA_VERSION="`$PKGCONFIG --modversion lua`"
apache2-2.4.46/configure-20903-  { $as_echo "$as_me:${as_lineno-$LINENO}: using Lua $LUA_VERSION configuration from pkg-config" >&5
##############################################
apache2-2.4.46/configure-22019-      libname="mod_lua.la"
apache2-2.4.46/configure:22020:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22021-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22216-      libname="mod_env.la"
apache2-2.4.46/configure:22217:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22218-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22357-      libname="mod_mime_magic.la"
apache2-2.4.46/configure:22358:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22359-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22498-      libname="mod_cern_meta.la"
apache2-2.4.46/configure:22499:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22500-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22639-      libname="mod_expires.la"
apache2-2.4.46/configure:22640:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22641-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22780-      libname="mod_headers.la"
apache2-2.4.46/configure:22781:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22782-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-22921-      libname="mod_ident.la"
apache2-2.4.46/configure:22922:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-22923-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23100-      libname="mod_usertrack.la"
apache2-2.4.46/configure:23101:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23102-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23242-      libname="mod_unique_id.la"
apache2-2.4.46/configure:23243:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23244-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23383-      libname="mod_setenvif.la"
apache2-2.4.46/configure:23384:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23385-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23524-      libname="mod_version.la"
apache2-2.4.46/configure:23525:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23526-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23665-      libname="mod_remoteip.la"
apache2-2.4.46/configure:23666:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23667-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-23840-      libname="mod_proxy.la"
apache2-2.4.46/configure:23841:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-23842-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24040-      libname="mod_proxy_connect.la"
apache2-2.4.46/configure:24041:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24042-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24202-      libname="mod_proxy_ftp.la"
apache2-2.4.46/configure:24203:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24204-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24364-      libname="mod_proxy_http.la"
apache2-2.4.46/configure:24365:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24366-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24526-      libname="mod_proxy_fcgi.la"
apache2-2.4.46/configure:24527:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24528-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24688-      libname="mod_proxy_scgi.la"
apache2-2.4.46/configure:24689:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24690-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-24850-      libname="mod_proxy_uwsgi.la"
apache2-2.4.46/configure:24851:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-24852-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25027-      libname="mod_proxy_fdpass.la"
apache2-2.4.46/configure:25028:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25029-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25189-      libname="mod_proxy_wstunnel.la"
apache2-2.4.46/configure:25190:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25191-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25351-      libname="mod_proxy_ajp.la"
apache2-2.4.46/configure:25352:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25353-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25513-      libname="mod_proxy_balancer.la"
apache2-2.4.46/configure:25514:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25515-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25676-      libname="mod_proxy_express.la"
apache2-2.4.46/configure:25677:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25678-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-25846-      libname="mod_proxy_hcheck.la"
apache2-2.4.46/configure:25847:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-25848-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26068-      libname="mod_session.la"
apache2-2.4.46/configure:26069:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26070-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26230-      libname="mod_session_cookie.la"
apache2-2.4.46/configure:26231:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26232-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26436-      libname="mod_session_crypto.la"
apache2-2.4.46/configure:26437:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26438-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26599-      libname="mod_session_dbd.la"
apache2-2.4.46/configure:26600:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26601-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26797-      libname="mod_slotmem_shm.la"
apache2-2.4.46/configure:26798:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26799-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-26938-      libname="mod_slotmem_plain.la"
apache2-2.4.46/configure:26939:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-26940-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-27073-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:27074:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-27075-      fi
##############################################
apache2-2.4.46/configure-27106-
apache2-2.4.46/configure:27107:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/configure-27108-      if test $? -eq 0; then
apache2-2.4.46/configure-27109-        ap_openssl_found="yes"
apache2-2.4.46/configure:27110:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/configure-27111-
##############################################
apache2-2.4.46/configure-27173-
apache2-2.4.46/configure:27174:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/configure-27175-
##############################################
apache2-2.4.46/configure-27216-
apache2-2.4.46/configure:27217:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/configure-27218-
##############################################
apache2-2.4.46/configure-27445-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/configure:27446:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/configure-27447-
##############################################
apache2-2.4.46/configure-27540-do :
apache2-2.4.46/configure:27541:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-27542-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-27544-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:27545:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-27546-_ACEOF
##############################################
apache2-2.4.46/configure-27721-      libname="mod_ssl.la"
apache2-2.4.46/configure:27722:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-27723-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-27919-      libname="mod_optional_hook_export.la"
apache2-2.4.46/configure:27920:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-27921-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-28060-      libname="mod_optional_hook_import.la"
apache2-2.4.46/configure:28061:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-28062-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-28201-      libname="mod_optional_fn_import.la"
apache2-2.4.46/configure:28202:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-28203-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-28342-      libname="mod_optional_fn_export.la"
apache2-2.4.46/configure:28343:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-28344-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-28484-      libname="mod_dialup.la"
apache2-2.4.46/configure:28485:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-28486-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-28642-do :
apache2-2.4.46/configure:28643:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/configure-28644-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/configure-28646-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:28647:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/configure-28648-_ACEOF
##############################################
apache2-2.4.46/configure-28656-do :
apache2-2.4.46/configure:28657:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-28658-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-28660-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:28661:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-28662-_ACEOF
##############################################
apache2-2.4.46/configure-28672-do :
apache2-2.4.46/configure:28673:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
apache2-2.4.46/configure-28674-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
apache2-2.4.46/configure-28676-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:28677:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
apache2-2.4.46/configure-28678-_ACEOF
##############################################
apache2-2.4.46/configure-28799-do :
apache2-2.4.46/configure:28800:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-28801-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-28803-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:28804:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-28805-_ACEOF
##############################################
apache2-2.4.46/configure-29937-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:29938:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-29939-      fi
##############################################
apache2-2.4.46/configure-29970-
apache2-2.4.46/configure:29971:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/configure-29972-      if test $? -eq 0; then
apache2-2.4.46/configure-29973-        ap_openssl_found="yes"
apache2-2.4.46/configure:29974:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/configure-29975-
##############################################
apache2-2.4.46/configure-30037-
apache2-2.4.46/configure:30038:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/configure-30039-
##############################################
apache2-2.4.46/configure-30080-
apache2-2.4.46/configure:30081:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/configure-30082-
##############################################
apache2-2.4.46/configure-30309-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/configure:30310:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/configure-30311-
##############################################
apache2-2.4.46/configure-30404-do :
apache2-2.4.46/configure:30405:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-30406-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-30408-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:30409:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-30410-_ACEOF
##############################################
apache2-2.4.46/configure-30524-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:30525:                ap_nghttp2_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-30526-      fi
##############################################
apache2-2.4.46/configure-30563-
apache2-2.4.46/configure:30564:      ap_nghttp2_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libnghttp2`"
apache2-2.4.46/configure-30565-      if test $? -eq 0; then
apache2-2.4.46/configure-30566-        ap_nghttp2_found="yes"
apache2-2.4.46/configure:30567:        pkglookup="`$PKGCONFIG --cflags-only-I libnghttp2`"
apache2-2.4.46/configure-30568-
##############################################
apache2-2.4.46/configure-30609-
apache2-2.4.46/configure:30610:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libnghttp2`"
apache2-2.4.46/configure-30611-
##############################################
apache2-2.4.46/configure-30652-
apache2-2.4.46/configure:30653:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libnghttp2`"
apache2-2.4.46/configure-30654-
##############################################
apache2-2.4.46/configure-30860-    if test "x$ac_cv_nghttp2" = "xyes"; then
apache2-2.4.46/configure:30861:      ap_nghttp2_libs="${ap_nghttp2_libs:--lnghttp2} `$apr_config --libs`"
apache2-2.4.46/configure-30862-
##############################################
apache2-2.4.46/configure-31166-      libname="mod_http2.la"
apache2-2.4.46/configure:31167:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-31168-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-31282-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:31283:                ap_nghttp2_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-31284-      fi
##############################################
apache2-2.4.46/configure-31321-
apache2-2.4.46/configure:31322:      ap_nghttp2_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libnghttp2`"
apache2-2.4.46/configure-31323-      if test $? -eq 0; then
apache2-2.4.46/configure-31324-        ap_nghttp2_found="yes"
apache2-2.4.46/configure:31325:        pkglookup="`$PKGCONFIG --cflags-only-I libnghttp2`"
apache2-2.4.46/configure-31326-
##############################################
apache2-2.4.46/configure-31367-
apache2-2.4.46/configure:31368:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libnghttp2`"
apache2-2.4.46/configure-31369-
##############################################
apache2-2.4.46/configure-31410-
apache2-2.4.46/configure:31411:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libnghttp2`"
apache2-2.4.46/configure-31412-
##############################################
apache2-2.4.46/configure-31618-    if test "x$ac_cv_nghttp2" = "xyes"; then
apache2-2.4.46/configure:31619:      ap_nghttp2_libs="${ap_nghttp2_libs:--lnghttp2} `$apr_config --libs`"
apache2-2.4.46/configure-31620-
##############################################
apache2-2.4.46/configure-31924-      libname="mod_proxy_http2.la"
apache2-2.4.46/configure:31925:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-31926-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-32091-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:32092:                ap_openssl_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-32093-      fi
##############################################
apache2-2.4.46/configure-32124-
apache2-2.4.46/configure:32125:      ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"
apache2-2.4.46/configure-32126-      if test $? -eq 0; then
apache2-2.4.46/configure-32127-        ap_openssl_found="yes"
apache2-2.4.46/configure:32128:        pkglookup="`$PKGCONFIG --cflags-only-I openssl`"
apache2-2.4.46/configure-32129-
##############################################
apache2-2.4.46/configure-32191-
apache2-2.4.46/configure:32192:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L openssl`"
apache2-2.4.46/configure-32193-
##############################################
apache2-2.4.46/configure-32234-
apache2-2.4.46/configure:32235:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other openssl`"
apache2-2.4.46/configure-32236-
##############################################
apache2-2.4.46/configure-32463-    if test "x$ac_cv_openssl" = "xyes"; then
apache2-2.4.46/configure:32464:      ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"
apache2-2.4.46/configure-32465-
##############################################
apache2-2.4.46/configure-32558-do :
apache2-2.4.46/configure:32559:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
apache2-2.4.46/configure-32560-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
apache2-2.4.46/configure-32562-  cat >>confdefs.h <<_ACEOF
apache2-2.4.46/configure:32563:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
apache2-2.4.46/configure-32564-_ACEOF
##############################################
apache2-2.4.46/configure-32660-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:32661:                ap_jansson_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-32662-      fi
##############################################
apache2-2.4.46/configure-32699-
apache2-2.4.46/configure:32700:      ap_jansson_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libjansson`"
apache2-2.4.46/configure-32701-      if test $? -eq 0; then
apache2-2.4.46/configure-32702-        ap_jansson_found="yes"
apache2-2.4.46/configure:32703:        pkglookup="`$PKGCONFIG --cflags-only-I libjansson`"
apache2-2.4.46/configure-32704-
##############################################
apache2-2.4.46/configure-32745-
apache2-2.4.46/configure:32746:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libjansson`"
apache2-2.4.46/configure-32747-
##############################################
apache2-2.4.46/configure-32788-
apache2-2.4.46/configure:32789:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libjansson`"
apache2-2.4.46/configure-32790-
##############################################
apache2-2.4.46/configure-32990-    if test "x$ac_cv_jansson" = "xyes"; then
apache2-2.4.46/configure:32991:      ap_jansson_libs="${ap_jansson_libs:--ljansson} `$apr_config --libs`"
apache2-2.4.46/configure-32992-
##############################################
apache2-2.4.46/configure-33073-            if test "x$withval" != "xyes" -a "x$withval" != "x"; then
apache2-2.4.46/configure:33074:                ap_curl_base="`cd $withval ; pwd`"
apache2-2.4.46/configure-33075-      fi
##############################################
apache2-2.4.46/configure-33112-
apache2-2.4.46/configure:33113:      ap_curl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors libcurl`"
apache2-2.4.46/configure-33114-      if test $? -eq 0; then
apache2-2.4.46/configure-33115-        ap_curl_found="yes"
apache2-2.4.46/configure:33116:        pkglookup="`$PKGCONFIG --cflags-only-I libcurl`"
apache2-2.4.46/configure-33117-
##############################################
apache2-2.4.46/configure-33158-
apache2-2.4.46/configure:33159:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-L libcurl`"
apache2-2.4.46/configure-33160-
##############################################
apache2-2.4.46/configure-33201-
apache2-2.4.46/configure:33202:        pkglookup="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-other libcurl`"
apache2-2.4.46/configure-33203-
##############################################
apache2-2.4.46/configure-33425-    if test "x$ac_cv_curl" = "xyes"; then
apache2-2.4.46/configure:33426:      ap_curl_libs="${ap_curl_libs:--lcurl} `$apr_config --libs`"
apache2-2.4.46/configure-33427-
##############################################
apache2-2.4.46/configure-33619-      libname="mod_md.la"
apache2-2.4.46/configure:33620:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-33621-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-33814-      libname="mod_lbmethod_byrequests.la"
apache2-2.4.46/configure:33815:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-33816-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-33976-      libname="mod_lbmethod_bytraffic.la"
apache2-2.4.46/configure:33977:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-33978-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-34138-      libname="mod_lbmethod_bybusyness.la"
apache2-2.4.46/configure:34139:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34140-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-34300-      libname="mod_lbmethod_heartbeat.la"
apache2-2.4.46/configure:34301:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34302-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-34406-            else
apache2-2.4.46/configure:34407:                i=`echo $i | sed 's/-/_/g'`
apache2-2.4.46/configure-34408-                if ap_mpm_supports_shared $i; then
##############################################
apache2-2.4.46/configure-34524-            libname="mod_mpm_event.la"
apache2-2.4.46/configure:34525:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34526-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/configure-34607-            libname="mod_mpm_prefork.la"
apache2-2.4.46/configure:34608:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34609-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/configure-34679-            libname="mod_mpm_winnt.la"
apache2-2.4.46/configure:34680:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34681-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/configure-34751-            libname="mod_mpm_worker.la"
apache2-2.4.46/configure:34752:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34753-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/configure-34927-      libname="mod_unixd.la"
apache2-2.4.46/configure:34928:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-34929-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-35101-      libname="mod_privileges.la"
apache2-2.4.46/configure:35102:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-35103-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-35284-      libname="mod_systemd.la"
apache2-2.4.46/configure:35285:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-35286-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-35512-      libname="mod_heartbeat.la"
apache2-2.4.46/configure:35513:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-35514-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-35653-      libname="mod_heartmonitor.la"
apache2-2.4.46/configure:35654:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-35655-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-35835-      libname="mod_dav.la"
apache2-2.4.46/configure:35836:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-35837-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36036-      libname="mod_status.la"
apache2-2.4.46/configure:36037:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36038-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36177-      libname="mod_autoindex.la"
apache2-2.4.46/configure:36178:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36179-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36318-      libname="mod_asis.la"
apache2-2.4.46/configure:36319:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36320-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36459-      libname="mod_info.la"
apache2-2.4.46/configure:36460:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36461-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36614-      libname="mod_suexec.la"
apache2-2.4.46/configure:36615:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36616-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36821-      libname="mod_cgid.la"
apache2-2.4.46/configure:36822:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36823-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-36962-      libname="mod_cgi.la"
apache2-2.4.46/configure:36963:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-36964-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-37104-      libname="mod_cgi.la"
apache2-2.4.46/configure:37105:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-37106-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-37245-      libname="mod_cgid.la"
apache2-2.4.46/configure:37246:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-37247-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-37357-            libname="mod_mpm_mpmt_os2.la"
apache2-2.4.46/configure:37358:            shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-37359-            cat >$mpmpath/modules.mk<<EOF
##############################################
apache2-2.4.46/configure-37572-      libname="mod_dav_fs.la"
apache2-2.4.46/configure:37573:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-37574-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-37777-      libname="mod_dav_lock.la"
apache2-2.4.46/configure:37778:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-37779-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-37819-  withval=$with_module;
apache2-2.4.46/configure:37820:    withval=`echo $withval | sed -e 's/,/ /g'`
apache2-2.4.46/configure-37821-    for mod in $withval
apache2-2.4.46/configure-37822-    do
apache2-2.4.46/configure:37823:      modtype=`echo $mod | sed -e's/\(.*\):.*/\1/'`
apache2-2.4.46/configure:37824:      pkg=`echo $mod | sed -e's/.*:\(.*\)/\1/'`
apache2-2.4.46/configure:37825:      modfilec=`echo $pkg | sed -e 's;^.*/;;'`
apache2-2.4.46/configure:37826:      modfileo=`echo $pkg | sed -e 's;^.*/;;' -e 's;\.c$;.o;'`
apache2-2.4.46/configure-37827-      modpath_current="modules/$modtype"
##############################################
apache2-2.4.46/configure-37834-      fi
apache2-2.4.46/configure:37835:      module=`echo $pkg | sed -e 's;\(.*/\).*mod_\(.*\).c;\2;'`
apache2-2.4.46/configure-37836-      objects="mod_$module.lo"
##############################################
apache2-2.4.46/configure-38017-      libname="mod_vhost_alias.la"
apache2-2.4.46/configure:38018:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38019-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38158-      libname="mod_negotiation.la"
apache2-2.4.46/configure:38159:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38160-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38299-      libname="mod_dir.la"
apache2-2.4.46/configure:38300:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38301-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38440-      libname="mod_imagemap.la"
apache2-2.4.46/configure:38441:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38442-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38581-      libname="mod_actions.la"
apache2-2.4.46/configure:38582:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38583-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38722-      libname="mod_speling.la"
apache2-2.4.46/configure:38723:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38724-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-38863-      libname="mod_userdir.la"
apache2-2.4.46/configure:38864:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-38865-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-39004-      libname="mod_alias.la"
apache2-2.4.46/configure:39005:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-39006-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-39145-      libname="mod_rewrite.la"
apache2-2.4.46/configure:39146:      shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
apache2-2.4.46/configure-39147-      modpath_shared="$modpath_shared $libname"
##############################################
apache2-2.4.46/configure-39546-if test x${apu_found} != xobsolete; then
apache2-2.4.46/configure:39547:  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
apache2-2.4.46/configure-39548-fi
apache2-2.4.46/configure:39549:AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`"
apache2-2.4.46/configure-39550-
##############################################
apache2-2.4.46/configure-39671-  else
apache2-2.4.46/configure:39672:    EXTRA_CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s%${apr_ste_save_CPPFLAGS}%%"`
apache2-2.4.46/configure-39673-    CPPFLAGS="$apr_ste_save_CPPFLAGS"
##############################################
apache2-2.4.46/configure-39690-  else
apache2-2.4.46/configure:39691:    EXTRA_CFLAGS=`echo "$CFLAGS" | sed -e "s%${apr_ste_save_CFLAGS}%%"`
apache2-2.4.46/configure-39692-    CFLAGS="$apr_ste_save_CFLAGS"
##############################################
apache2-2.4.46/configure-39709-  else
apache2-2.4.46/configure:39710:    EXTRA_CXXFLAGS=`echo "$CXXFLAGS" | sed -e "s%${apr_ste_save_CXXFLAGS}%%"`
apache2-2.4.46/configure-39711-    CXXFLAGS="$apr_ste_save_CXXFLAGS"
##############################################
apache2-2.4.46/configure-39728-  else
apache2-2.4.46/configure:39729:    EXTRA_LDFLAGS=`echo "$LDFLAGS" | sed -e "s%${apr_ste_save_LDFLAGS}%%"`
apache2-2.4.46/configure-39730-    LDFLAGS="$apr_ste_save_LDFLAGS"
##############################################
apache2-2.4.46/configure-39747-  else
apache2-2.4.46/configure:39748:    EXTRA_LIBS=`echo "$LIBS" | sed -e "s%${apr_ste_save_LIBS}%%"`
apache2-2.4.46/configure-39749-    LIBS="$apr_ste_save_LIBS"
##############################################
apache2-2.4.46/configure-39766-  else
apache2-2.4.46/configure:39767:    EXTRA_INCLUDES=`echo "$INCLUDES" | sed -e "s%${apr_ste_save_INCLUDES}%%"`
apache2-2.4.46/configure-39768-    INCLUDES="$apr_ste_save_INCLUDES"
##############################################
apache2-2.4.46/configure-40106-
apache2-2.4.46/configure:40107:  abs_srcdir="`(cd $srcdir && pwd)`"
apache2-2.4.46/configure-40108-
##############################################
apache2-2.4.46/configure-40126-  ap_last="${ap_cur}"
apache2-2.4.46/configure:40127:  ap_cur=`eval "echo ${ap_cur}"`
apache2-2.4.46/configure-40128-done
##############################################
apache2-2.4.46/configure-40146-
apache2-2.4.46/configure:40147:perlbin=`$ac_aux_dir/PrintPath perl`
apache2-2.4.46/configure-40148-if test "x$perlbin" = "x"; then
##############################################
apache2-2.4.46/configure-40275-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
apache2-2.4.46/configure:40276:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
apache2-2.4.46/configure-40277-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
apache2-2.4.46/configure-40342-if test -z "$BASH_VERSION$ZSH_VERSION" \
apache2-2.4.46/configure:40343:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/configure-40344-  as_echo='print -r --'
apache2-2.4.46/configure-40345-  as_echo_n='print -rn --'
apache2-2.4.46/configure:40346:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
apache2-2.4.46/configure-40347-  as_echo='printf %s\n'
##############################################
apache2-2.4.46/configure-40349-else
apache2-2.4.46/configure:40350:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
apache2-2.4.46/configure-40351-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
apache2-2.4.46/configure-40359-	expr "X$arg" : "X\\(.*\\)$as_nl";
apache2-2.4.46/configure:40360:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
apache2-2.4.46/configure-40361-      esac;
##############################################
apache2-2.4.46/configure-40436-# ----------------------------------------
apache2-2.4.46/configure:40437:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
apache2-2.4.46/configure-40438-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
apache2-2.4.46/configure-40508-  {
apache2-2.4.46/configure:40509:    as_val=`expr "$@" || test $? -eq 1`
apache2-2.4.46/configure-40510-  }
##############################################
apache2-2.4.46/configure-40612-      case $as_dir in #(
apache2-2.4.46/configure:40613:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
apache2-2.4.46/configure-40614-      *) as_qdir=$as_dir;;
##############################################
apache2-2.4.46/configure-40747-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
apache2-2.4.46/configure:40748:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
apache2-2.4.46/configure-40749-ac_cs_version="\\
##############################################
apache2-2.4.46/configure-40770-  --*=?*)
apache2-2.4.46/configure:40771:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
apache2-2.4.46/configure:40772:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
apache2-2.4.46/configure-40773-    ac_shift=:
##############################################
apache2-2.4.46/configure-40775-  --*=)
apache2-2.4.46/configure:40776:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
apache2-2.4.46/configure-40777-    ac_optarg=
##############################################
apache2-2.4.46/configure-40799-    case $ac_optarg in
apache2-2.4.46/configure:40800:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/configure-40801-    '') as_fn_error $? "missing file argument" ;;
##############################################
apache2-2.4.46/configure-40807-    case $ac_optarg in
apache2-2.4.46/configure:40808:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
apache2-2.4.46/configure-40809-    esac
##############################################
apache2-2.4.46/configure-40961-fi
apache2-2.4.46/configure:40962:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
apache2-2.4.46/configure-40963-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
apache2-2.4.46/configure-40978-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
apache2-2.4.46/configure:40979:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
apache2-2.4.46/configure-40980-ac_delim='%!_!# '
##############################################
apache2-2.4.46/configure-40984-
apache2-2.4.46/configure:40985:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
apache2-2.4.46/configure-40986-  if test $ac_delim_n = $ac_delim_num; then
##############################################
apache2-2.4.46/configure-41122-for ac_last_try in false false :; do
apache2-2.4.46/configure:41123:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
apache2-2.4.46/configure-41124-  if test -z "$ac_tt"; then
##############################################
apache2-2.4.46/configure-41254-      esac
apache2-2.4.46/configure:41255:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
apache2-2.4.46/configure-41256-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
apache2-2.4.46/configure-41313-*)
apache2-2.4.46/configure:41314:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
apache2-2.4.46/configure-41315-  # A ".." for each directory in $ac_dir_suffix.
apache2-2.4.46/configure:41316:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
apache2-2.4.46/configure-41317-  case $ac_top_builddir_sub in
##############################################
apache2-2.4.46/configure-41365-/@mandir@/p'
apache2-2.4.46/configure:41366:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
apache2-2.4.46/configure-41367-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
apache2-2.4.46/configure-41382-
apache2-2.4.46/configure:41383:# Neutralize VPATH when `$srcdir' = `.'.
apache2-2.4.46/configure-41384-# Shell code in configure.ac might set extrasub.
##############################################
apache2-2.4.46/configure-41408-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
apache2-2.4.46/configure:41409:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
apache2-2.4.46/configure-41410-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
apache2-2.4.46/configure.in-13-dnl Absolute source/build directory
apache2-2.4.46/configure.in:14:abs_srcdir=`(cd $srcdir && pwd)`
apache2-2.4.46/configure.in-15-abs_builddir=`pwd`
##############################################
apache2-2.4.46/configure.in-17-dnl Ensure that the httpd version is included
apache2-2.4.46/configure.in:18:HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
apache2-2.4.46/configure.in:19:HTTPD_MMN=`$abs_srcdir/build/get-version.sh mmn $abs_srcdir/include/ap_mmn.h MODULE_MAGIC_NUMBER`
apache2-2.4.46/configure.in-20-
##############################################
apache2-2.4.46/configure.in-96-  APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1 2, [
apache2-2.4.46/configure.in:97:    version=`$apr_config --version`
apache2-2.4.46/configure.in-98-    case x${version} in
##############################################
apache2-2.4.46/configure.in-128-
apache2-2.4.46/configure.in:129:APR_SETIFNULL(CC, `$apr_config --cc`)
apache2-2.4.46/configure.in:130:APR_SETIFNULL(CPP, `$apr_config --cpp`)
apache2-2.4.46/configure.in:131:APR_ADDTO(CFLAGS, `$apr_config --cflags`)
apache2-2.4.46/configure.in:132:APR_ADDTO(CPPFLAGS, `$apr_config --cppflags`)
apache2-2.4.46/configure.in-133-dnl internal-only CPPFLAGS (shouldn't affect third-party module builds)
apache2-2.4.46/configure.in-134-INTERNAL_CPPFLAGS=""
apache2-2.4.46/configure.in:135:APR_ADDTO(LDFLAGS, `$apr_config --ldflags`)
apache2-2.4.46/configure.in:136:SHLIBPATH_VAR=`$apr_config --shlib-path-var`
apache2-2.4.46/configure.in:137:APR_BINDIR=`$apr_config --bindir`
apache2-2.4.46/configure.in:138:APR_INCLUDEDIR=`$apr_config --includedir`
apache2-2.4.46/configure.in:139:APR_INCLUDES=`$apr_config --includes`
apache2-2.4.46/configure.in:140:APR_VERSION=`$apr_config --version`
apache2-2.4.46/configure.in:141:apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
apache2-2.4.46/configure.in-142-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
##############################################
apache2-2.4.46/configure.in-191-else
apache2-2.4.46/configure.in:192:  APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
apache2-2.4.46/configure.in:193:  APU_BINDIR=`$apu_config --bindir`
apache2-2.4.46/configure.in:194:  APU_INCLUDEDIR=`$apu_config --includedir`
apache2-2.4.46/configure.in:195:  APU_INCLUDES=`$apu_config --includes`
apache2-2.4.46/configure.in:196:  APU_VERSION=`$apu_config --version`
apache2-2.4.46/configure.in:197:  APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
apache2-2.4.46/configure.in-198-fi
##############################################
apache2-2.4.46/configure.in-228-  fi
apache2-2.4.46/configure.in:229:  case `$PCRE_CONFIG --version` in
apache2-2.4.46/configure.in-230-  [[1-5].*])
##############################################
apache2-2.4.46/configure.in-234-  AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
apache2-2.4.46/configure.in:235:  APR_ADDTO(PCRE_INCLUDES, [`$PCRE_CONFIG --cflags`])
apache2-2.4.46/configure.in:236:  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs`])
apache2-2.4.46/configure.in-237-else
##############################################
apache2-2.4.46/configure.in-288-      fi
apache2-2.4.46/configure.in:289:      my_libtool=`$apr_config --apr-libtool`
apache2-2.4.46/configure.in-290-      LIBTOOL="$my_libtool \$(LTFLAGS)"
apache2-2.4.46/configure.in:291:      libtoolversion=`$my_libtool --version`
apache2-2.4.46/configure.in-292-      case $libtoolversion in
##############################################
apache2-2.4.46/configure.in-351-  *aix*)
apache2-2.4.46/configure.in:352:      aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'`
apache2-2.4.46/configure.in-353-      if test $aixver -ge 4320; then
##############################################
apache2-2.4.46/configure.in-408-    apu_ckver_CPPFLAGS="$CPPFLAGS"
apache2-2.4.46/configure.in:409:    CPPFLAGS="$CPPFLAGS `$apr_config --includes`"
apache2-2.4.46/configure.in-410-    APACHE_CHECK_APxVER([apu], 1, 3)
##############################################
apache2-2.4.46/configure.in-788-if test x${apu_found} != xobsolete; then
apache2-2.4.46/configure.in:789:  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
apache2-2.4.46/configure.in-790-fi
apache2-2.4.46/configure.in:791:AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
apache2-2.4.46/configure.in-792-APACHE_SUBST(AP_LIBS)
##############################################
apache2-2.4.46/configure.in-882-
apache2-2.4.46/configure.in:883:perlbin=`$ac_aux_dir/PrintPath perl`
apache2-2.4.46/configure.in-884-if test "x$perlbin" = "x"; then
##############################################
apache2-2.4.46/Makefile.in-46-	    	( \
apache2-2.4.46/Makefile.in:47:	    		n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
apache2-2.4.46/Makefile.in-48-	    		if test $$n_lm -eq 0 -o "x$(MPM_MODULES)$(DSO_MODULES)" = "x"; then \
##############################################
apache2-2.4.46/Makefile.in-114-	    	if [ "$$i" = "httpd.conf" ]; then \
apache2-2.4.46/Makefile.in:115:	    		file=`echo $$i|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \
apache2-2.4.46/Makefile.in-116-	    	fi; \