aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail/files/patch-configure
blob: 98fada214116a5107a8f97df3c11744a3bae75c9 (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
--- configure.orig	Mon Jan 14 16:15:33 2002
+++ configure	Tue Jan 15 15:53:11 2002
@@ -756,7 +756,7 @@
 fi
 
 
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
 
 MAJOR_VERSION=0
 MINOR_VERSION=7
@@ -1056,7 +1056,7 @@
 fi
 
 
-if test -d "$gnomedir"; then
+if false; then
   SYLPHEED_GNOME_TRUE=
   SYLPHEED_GNOME_FALSE='#'
 else
@@ -7419,7 +7419,7 @@
 localedir='${prefix}/${DATADIRNAME}/locale'
 
 
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
 
 
 # Check whether --with-glib-prefix or --without-glib-prefix was given.