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
809a650b72
Fix missing ";;" in case statement.
...
scripts/mnp.in:
Fix missing ";;" in case statement.
1995-10-09 03:50:32 +00:00
Fergus Henderson
8cf86fd1ef
Replace all uses of
...
scripts/*.in:
Replace all uses of
... "$@" ...
with
case $# in
0) ... ...
*) ... "$@" ...
esac
since on ULTRIX and OSF, "$@" does the wrong thing if $# is 0.
1995-09-18 07:14:09 +00:00
Fergus Henderson
60bc8f3ef9
Change "#!/bin/sh" to "#! /bin/sh", since the latter is more portable.
...
scripts/*.in:
Change "#!/bin/sh" to "#! /bin/sh", since the latter is more portable.
Add "# @configure_input@" to the start of each file.
1995-05-19 08:17:46 +00:00
Fergus Henderson
76dbe913e2
Rename *.sh as *.in.
...
scripts:
Rename *.sh as *.in.
The scripts are now made by configure, not by make/mmake in the
scripts directory.
1995-05-12 21:01:34 +00:00