blob: d530469b8c8a4bb3d75af98614002fa4e4806873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.7 2005/02/25 09:10:18 adam Exp $
--- config/commence.in.orig 2004-01-07 18:45:06.000000000 +0000
+++ config/commence.in
@@ -60,7 +60,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM
## defined. The main makefile is free to redefine these to something else.
DOCDIR=$(docdir)
SUBDOCDIR=
-EXAMPLEDIR=$(docdir)/hdf5/examples/c
+EXAMPLEDIR=$(prefix)/share/examples/hdf5/c
LIB=
LIB_SRC=
LIB_OBJ=
|