From 60ad8421de555c93ed57c7f3062efd1a7a8fdafe Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 5 Mar 2012 01:26:38 +0000 Subject: [PATCH] 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/trunk@1296923 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.html.en | 2 +- docs/manual/programs/configure.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 11800d27a2..1fd3e59dac 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 fe1810c792..e1adab6799 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. -- 2.50.1