Commit Graph

4 Commits

Author SHA1 Message Date
Fergus Henderson
a90e5ffb24 Invoke library.sicstus.debug' rather than library.sicstus'.
Estimated hours taken: 0.1

scripts/msp.in:
	Invoke `library.sicstus.debug' rather than `library.sicstus'.
	(The only difference is that `library.sicstus' prints
	out a nice prompt.  This difference is not worth the 2M of
	disk space that `library.sicstus' occupies.)
1996-01-23 12:04:04 +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