summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-al
blob: 614a846928df8c8f9a9517760edf7851ed65ac89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-al,v 1.10 2000/12/22 17:26:19 jlam Exp $

--- configure.in.orig	Thu Dec 21 07:37:01 2000
+++ configure.in
@@ -656,6 +656,17 @@
 dnl AC_SUBST(libdir)
 AC_SUBST(bindir)
 
+docdir='${prefix}/share/doc/lesstif'
+htmldir='${prefix}/share/doc/html/lesstif'
+man1dir='${mandir}/man1'
+man3dir='${mandir}/man3'
+man5dir='${mandir}/man5'
+AC_SUBST(docdir)
+AC_SUBST(htmldir)
+AC_SUBST(man1dir)
+AC_SUBST(man3dir)
+AC_SUBST(man5dir)
+
 dnl We might have a bit too much redundant data here, but who cares ...
 dnl AC_SUBST(version)
 AC_SUBST(version_suffix)