From: Rich Bowen Date: Mon, 5 Mar 2012 01:26:41 +0000 (+0000) Subject: Modules get installed to ./modules not ./libexec X-Git-Tag: 2.2.23~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32035533f9e5d511d7fb1c440da3384f308b8504;p=thirdparty%2Fapache%2Fhttpd.git Modules get installed to ./modules not ./libexec (https://issues.apache.org/bugzilla/show_bug.cgi?id=52454) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1296924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 167367fc516..5dcb3b73745 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -187,7 +187,7 @@
--libexecdir=DIR
Install the program executables (i.e., shared modules) in DIR. By default libexecdir is set to - EPREFIX/libexec.
+ EPREFIX/modules.
--localstatedir=DIR
Install modifiable single-machine data in DIR. diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 087bfec0929..c148f9fd57f 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -189,7 +189,7 @@
--libexecdir=DIR
Install the program executables (i.e., shared modules) in DIR. By default libexecdir is set to - EPREFIX/libexec.
+ EPREFIX/modules.
--localstatedir=DIR
Install modifiable single-machine data in DIR.