Commit Graph

3 Commits

Author SHA1 Message Date
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Fergus Henderson
7cd8d77ce9 Add copyright notice and some comments.
Estimated hours taken: 0.25

scripts/mkfifo_using_mknod.in:
	Add copyright notice and some comments.
1996-01-09 00:24:37 +00:00
Fergus Henderson
7d495c7039 In `ml', use the value of $MKFIFO determined by configure;
if configure can't find `mkfifo', configure will look for `mknod',
and set MKFIFO to `mkfifo_using_mknod', which is a new script
that basically just invokes `mknod $1 p'.  Also, add a new
option --no-demangle; if this option is used, or if the system doesn't
have either `mknod' or `mkfifo', then demangling is disabled.

These changes are all because some systems (e.g. SunOS 4.1.3)
don't have `mkfifo'.
1995-10-02 16:02:05 +00:00