aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws/files/patch-configure
blob: 141bed772301e351330a819a7053ff4fe11928df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- configure.orig	Tue Jul 30 22:54:16 2002
+++ configure	Mon Aug  5 17:24:04 2002
@@ -1170,7 +1170,7 @@
 PATH_SEPARATOR="$ac_path_separator"
 rm -f conftest.sh
 
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
 
 MAJOR_VERSION=0
 MINOR_VERSION=8
@@ -1651,7 +1651,7 @@
 
 fi
 
-if test -d "$gnomedir"; then
+if false; then
   SYLPHEED_GNOME_TRUE=
   SYLPHEED_GNOME_FALSE='#'
 else
@@ -9829,9 +9829,9 @@
 
 localedir='${prefix}/${DATADIRNAME}/locale'
 
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
 
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
 
 if test "x${datadir}" = 'x${prefix}/share'; then
   if test "x${prefix}" = "xNONE"; then