pkgsrc/cad/pcb/MESSAGE
dmcmahill 6571e1f8a0 add PKG_SYSCONFDIR/pcb, $HOME/.pcb and . to the search path for PCB m4
files.  In addition sinclude the files 'site-config.inc',
'user-config.inc', and 'proj-config.inc' to allow for per-site, per-user,
and per-project configuration instead of only per-site configuration.
This is essential for use by non-sysadmin users and users who need to
keep project specific setups.
2002-06-01 20:11:55 +00:00

12 lines
614 B
Text

======================================================================
$NetBSD: MESSAGE,v 1.1 2002/06/01 20:11:55 dmcmahill Exp $
${PCB_CONFDIR}, $HOME/.pcb and the current working directory are
all included in the search path for m4 files. In addition, the
files "site-config.inc" (which would normally live in ${PCB_CONFDIR}),
"user-config.inc" (which would normally live $HOME/.pcb) and
"proj-config.inc" (in the working directory) are included if they
exist. This provides a mechanism for per-site, per-user,
and per-project libraries
======================================================================