summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-11-24 15:52:44 +0000
committerRyan Bloom <rbb@apache.org>2001-11-24 15:52:44 +0000
commitf4c07f4c74c2112c7f7af5fcafa746d5d70087a2 (patch)
tree2400f5e6eb401d9b0c215a5ec90dd501a09e87f2 /acinclude.m4
parent13f7e7c25084e6fb152c5a8252dca5f94348b4ee (diff)
downloadhttpd-f4c07f4c74c2112c7f7af5fcafa746d5d70087a2.tar.gz
Fix the installation target to make sure that the manual is
installed in the correct location. PR: 8851 Submitted by: Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and Gomez Henri <hgomez@slib.fr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4def54d330..2057f2b441 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -295,7 +295,7 @@ AC_DEFUN(APACHE_LAYOUT,[
for var in prefix exec_prefix bindir sbindir libexecdir mandir \
sysconfdir datadir errordir iconsdir htdocsdir cgidir \
includedir localstatedir runtimedir logfiledir \
- proxycachedir installbuilddir; do
+ manualdir proxycachedir installbuilddir; do
eval "val=\"\$$var\""
case $val in
*+)