]> git.pld-linux.org Git - packages/dovecot-pigeonhole.git/blame - dovecot-pigeonhole-config.patch
- reverted total crap. Please read the devel-hints.
[packages/dovecot-pigeonhole.git] / dovecot-pigeonhole-config.patch
CommitLineData
2e6dee29
JS
1diff -ruN dovecot-2.0-pigeonhole-0.2.1/configure dovecot-2.0-pigeonhole-0.2.1/configure
2--- dovecot-2.0-pigeonhole-0.2.1/configure 2010-09-26 22:55:32.000000000 +0000
1ce38939 3+++ dovecot-2.0-pigeonhole-0.2.1/configure 2010-10-14 06:36:23.728816633 +0000
2e6dee29
JS
4@@ -10535,19 +10535,19 @@
5 fi
6
7
8- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dovecot-config in \"$dovecotdir\"" >&5
9-$as_echo_n "checking for dovecot-config in \"$dovecotdir\"... " >&6; }
10- if test -f "$dovecotdir/dovecot-config"; then
11- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dovecotdir/dovecot-config" >&5
12-$as_echo "$dovecotdir/dovecot-config" >&6; }
13+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dovecot-devel in \"$dovecotdir\"" >&5
14+$as_echo_n "checking for dovecot-devel in \"$dovecotdir\"... " >&6; }
1ce38939
JS
15+ if test -f "$dovecotdir/../dovecot-devel"; then
16+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dovecotdir/../dovecot-devel" >&5
17+$as_echo "$dovecotdir/../dovecot-devel" >&6; }
2e6dee29
JS
18 else
19 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
20 $as_echo "not found" >&6; }
21 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
22 $as_echo "$as_me: " >&6;}
23- { $as_echo "$as_me:${as_lineno-$LINENO}: Use --with-dovecot=DIR to provide the path to the dovecot-config file." >&5
24-$as_echo "$as_me: Use --with-dovecot=DIR to provide the path to the dovecot-config file." >&6;}
25- as_fn_error $? "dovecot-config not found" "$LINENO" 5
26+ { $as_echo "$as_me:${as_lineno-$LINENO}: Use --with-dovecot=DIR to provide the path to the dovecot-devel file." >&5
27+$as_echo "$as_me: Use --with-dovecot=DIR to provide the path to the dovecot-devel file." >&6;}
28+ as_fn_error $? "dovecot-devel not found" "$LINENO" 5
29 fi
30
31 old=`pwd`
32@@ -10556,8 +10556,8 @@
33 cd $old
34 DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir --without-dovecot-install-dirs"
35
36- eval `grep -i '^dovecot_[a-z]*=' "$dovecotdir"/dovecot-config`
37- eval `grep '^LIBDOVECOT[A-Z_]*=' "$dovecotdir"/dovecot-config`
1ce38939
JS
38+ eval `grep -i '^dovecot_[a-z]*=' "$dovecotdir"/../dovecot-devel`
39+ eval `grep '^LIBDOVECOT[A-Z_]*=' "$dovecotdir"/../dovecot-devel`
2e6dee29
JS
40
41 if test "$use_install_dirs" = "no"; then
42 dovecot_pkgincludedir='$(pkgincludedir)'
This page took 0.061312 seconds and 4 git commands to generate.