Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 114624196F0 for ; Wed, 7 Apr 2010 08:48:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WeTOn427QLQK for ; Wed, 7 Apr 2010 08:48:42 -0700 (PDT) Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249]) by olra.theworths.org (Postfix) with ESMTP id 7BED1431FC1 for ; Wed, 7 Apr 2010 08:48:42 -0700 (PDT) Received: by everglades.pioto.org (Postfix, from userid 1000) id 0C0521E80A3; Wed, 7 Apr 2010 11:48:42 -0400 (EDT) From: Mike Kelly To: notmuch@notmuchmail.org Subject: [PATCH] Fix the default value for --includedir. Date: Wed, 7 Apr 2010 11:48:31 -0400 Message-Id: <1270655311-20721-1-git-send-email-pioto@pioto.org> X-Mailer: git-send-email 1.7.0.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 15:48:43 -0000 --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 21780a6..59e4092 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ prefix = ${PREFIX} libdir = ${LIBDIR:=\$(prefix)/lib} # The directory to which header files should be installed -includedir = ${INCLUDEDIR:=\$(prefix)/lib} +includedir = ${INCLUDEDIR:=\$(prefix)/include} # The directory to which man pages should be installed mandir = ${MANDIR:=\$(prefix)/share/man} -- 1.7.0.4