47133f5e28
Changes: * Fixes made to btree find_by_data * pkgconfig patch from Eric Dorland * Fixes some gib_hash glitches including a possible core dump While here, I might as well take maintership.
13 lines
379 B
Text
13 lines
379 B
Text
$NetBSD: patch-aa,v 1.2 2004/09/20 21:56:49 snj Exp $
|
|
|
|
--- Makefile.in.orig 2004-09-04 08:03:31.000000000 -0700
|
|
+++ Makefile.in 2004-09-20 14:22:35.000000000 -0700
|
|
@@ -95,7 +95,7 @@ VERSION = @VERSION@
|
|
SUBDIRS = giblib
|
|
|
|
docs_DATA = README AUTHORS ChangeLog TODO
|
|
-docsdir = $(prefix)/doc/giblib
|
|
+docsdir = $(prefix)/share/doc/giblib
|
|
|
|
EXTRA_DIST = $(docs_DATA) giblib.pc.in
|
|
|