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.
11 lines
303 B
Text
11 lines
303 B
Text
$NetBSD: patch-aq,v 1.1 2002/06/01 20:11:56 dmcmahill Exp $
|
|
|
|
--- lib/CreateLibrary.sh.raw.orig Sat May 16 17:11:04 1998
|
|
+++ lib/CreateLibrary.sh.raw Sat Jun 1 14:56:58 2002
|
|
@@ -30,5 +30,5 @@
|
|
# usage: CreateContents.sh library common_macro_file file...
|
|
|
|
-M4=GNUM4
|
|
+M4="GNUM4"
|
|
|
|
if [ $# -lt 3 ]; then
|