unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix the default value for --includedir.
@ 2010-04-07 15:48 Mike Kelly
  2010-04-07 23:01 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Kelly @ 2010-04-07 15:48 UTC (permalink / raw
  To: notmuch

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix the default value for --includedir.
  2010-04-07 15:48 [PATCH] Fix the default value for --includedir Mike Kelly
@ 2010-04-07 23:01 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2010-04-07 23:01 UTC (permalink / raw
  To: Mike Kelly, notmuch

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

On Wed,  7 Apr 2010 11:48:31 -0400, Mike Kelly <pioto@pioto.org> wrote:
> -includedir = ${INCLUDEDIR:=\$(prefix)/lib}
> +includedir = ${INCLUDEDIR:=\$(prefix)/include}

Yikes! That's pretty embarrassing.

(I probably would have noticed in the Debian package, but debhelper
automatically passes an explicit --includedir that happens to match what
should have been the default here before).

Thanks for this fix. This is pushed.

-Carl

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-07 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 15:48 [PATCH] Fix the default value for --includedir Mike Kelly
2010-04-07 23:01 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).