From: Rainer Jung Date: Fri, 12 Feb 2016 16:54:02 +0000 (+0000) Subject: Rename http2 module m4 file, so that it will X-Git-Tag: 2.5.0-alpha~2092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f740c33e9742c2693130f14af0feb0bcd6c4394;p=thirdparty%2Fapache%2Fhttpd.git Rename http2 module m4 file, so that it will come after most standard modules in configure and thus will also be added later with LoadModule to the default Unix httpd.conf file. This is necessary, because modules/http2 also contains mod_proxy_http2, which must be loaded after mod_proxy itself. The same trick is already in used for some other modules (see config5.m4 files). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/config.m4 b/modules/http2/config2.m4 similarity index 100% rename from modules/http2/config.m4 rename to modules/http2/config2.m4