Commit Graph

10 Commits

Author SHA1 Message Date
Fergus Henderson
f3ce426725 Use ${var=default} rather than ${var:-$default}, since according
scripts/*.sh:
	Use ${var=default} rather than ${var:-$default}, since according
	to the GNU autoconf manual, the latter is not portable.
1995-05-12 15:57:16 +00:00
Fergus Henderson
5df40b0d26 Add copyright notices.
scripts/*:
	Add copyright notices.
1995-03-28 15:35:15 +00:00
Fergus Henderson
a176ca5ff1 Move the `--' around.
mc.sh:
	Move the `--' around.
1995-03-18 18:08:00 +00:00
Fergus Henderson
3e59b94d05 Remove an old temporary hack.
mc.sh:
	Remove an old temporary hack.
1995-03-18 09:52:21 +00:00
Fergus Henderson
3ca8baa429 Put the `--' in the environment variable, so that the script works
mc.sh:
	Put the `--' in the environment variable, so that the script works
	with NU-Prolog or Sicstus built compilers.
1995-03-06 10:57:45 +00:00
Fergus Henderson
dd522cfc0a Rename the NU-Prolog version of the compiler as mcn' rather than mc'.
We now use the name `mc' for the Mercury version of the compiler.
1995-02-26 14:13:32 +00:00
Fergus Henderson
5a3e1b242f Add a script for invoking the Mercury Compiler compiled with Sicstus.
mcs.sh:
	Add a script for invoking the Mercury Compiler compiled with Sicstus.

*.sh:
	Add some documentation.
1995-02-02 13:25:43 +00:00
Fergus Henderson
32a3fa046f Pass an appropriate --c-include-directory option to
mc.sh:
	Pass an appropriate --c-include-directory option to
	mercury_compile.
1994-08-20 15:21:20 +00:00
Fergus Henderson
c42e44a9f6 Allow the directory and file names to be overridden by
*.sh:
	Allow the directory and file names to be overridden by
	environment variables.
	Various bug-fixes.
1994-08-17 10:43:17 +00:00
Fergus Henderson
796389f4f3 Move the shell scripts from bin/ to script/ and rename them *.sh,
and change them so that they are installed into /usr/local/contrib
by the Makefile in compiler/.
1994-04-21 07:23:55 +00:00