summaryrefslogtreecommitdiff
path: root/rt/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'rt/aclocal.m4')
-rw-r--r--rt/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/aclocal.m4 b/rt/aclocal.m4
index 67ff30d..9c6b641 100644
--- a/rt/aclocal.m4
+++ b/rt/aclocal.m4
@@ -76,7 +76,7 @@ AC_DEFUN([RT_LAYOUT],[
s/\s+$/\n/gim;
s/\+$/\/rt3/gim;
# m4 will not let us just use $1, we need @S|@1
- s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim;
+ s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim;
s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\@S|@@S|@1" = "xNONE" || test "x\@S|@@S|@1" = "x") && @S|@1=@S|@2/gim;
' < $1 > $pldconf