[PATCH] Fix the default value for --includedir.
[notmuch-archives.git] / fd / 34fa89603e4cfecc885a896d20520ded033657
1 Return-Path: <pioto@pioto.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 114624196F0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Apr 2010 08:48:43 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id WeTOn427QLQK for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Apr 2010 08:48:42 -0700 (PDT)\r
17 Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7BED1431FC1\r
19         for <notmuch@notmuchmail.org>; Wed,  7 Apr 2010 08:48:42 -0700 (PDT)\r
20 Received: by everglades.pioto.org (Postfix, from userid 1000)\r
21         id 0C0521E80A3; Wed,  7 Apr 2010 11:48:42 -0400 (EDT)\r
22 From: Mike Kelly <pioto@pioto.org>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] Fix the default value for --includedir.\r
25 Date: Wed,  7 Apr 2010 11:48:31 -0400\r
26 Message-Id: <1270655311-20721-1-git-send-email-pioto@pioto.org>\r
27 X-Mailer: git-send-email 1.7.0.4\r
28 X-BeenThere: notmuch@notmuchmail.org\r
29 X-Mailman-Version: 2.1.13\r
30 Precedence: list\r
31 List-Id: "Use and development of the notmuch mail system."\r
32         <notmuch.notmuchmail.org>\r
33 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
35 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
36 List-Post: <mailto:notmuch@notmuchmail.org>\r
37 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
38 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
40 X-List-Received-Date: Wed, 07 Apr 2010 15:48:43 -0000\r
41 \r
42 ---\r
43  configure |    2 +-\r
44  1 files changed, 1 insertions(+), 1 deletions(-)\r
45 \r
46 diff --git a/configure b/configure\r
47 index 21780a6..59e4092 100755\r
48 --- a/configure\r
49 +++ b/configure\r
50 @@ -357,7 +357,7 @@ prefix = ${PREFIX}\r
51  libdir = ${LIBDIR:=\$(prefix)/lib}\r
52  \r
53  # The directory to which header files should be installed\r
54 -includedir = ${INCLUDEDIR:=\$(prefix)/lib}\r
55 +includedir = ${INCLUDEDIR:=\$(prefix)/include}\r
56  \r
57  # The directory to which man pages should be installed\r
58  mandir = ${MANDIR:=\$(prefix)/share/man}\r
59 -- \r
60 1.7.0.4\r
61 \r