blob: 6cdeaa27ae58fc6eb431f14b955442eaf49a5f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
===========================================================================
$NetBSD: MESSAGE,v 1.4 2005/12/03 04:18:59 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.
===========================================================================
|