[PATCH] Fix the default value for --includedir.

2010-04-07 Thread Carl Worth
On Wed,  7 Apr 2010 11:48:31 -0400, Mike Kelly  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
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 



[PATCH] Fix the default value for --includedir.

2010-04-07 Thread Mike Kelly
---
 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



Re: [PATCH] Fix the default value for --includedir.

2010-04-07 Thread Carl Worth
On Wed,  7 Apr 2010 11:48:31 -0400, Mike Kelly pi...@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


pgp9wrBsfoP4G.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch