blob: c091761d2ff3ee88b2dda391e083cf7cf160ab10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/08/17 03:59:08 dmcmahill Exp $
The following directories are all included in the search path for m4 files:
${PKG_SYSCONFDIR}
${HOME}/.pcb
the current working directory
In addition, the files are included if they exist:
site-config.inc (normally in ${PKG_SYSCONFDIR})
user-config.inc (normally in $HOME/.pcb)
proj-config.inc (normally in the working directory)
This provides a mechanism for per-site, per-user, and per-project
libraries.
===========================================================================
|