Commit Graph

6 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
487fe401ad Add --save-temp option for debugging.
scripts/msl.sh:
	Add --save-temp option for debugging.
	Fix bug with sp_lib.
1995-03-27 17:22:41 +00:00
Fergus Henderson
077e35d0e7 If we're linking in sp_lib, ensure that it gets linked last
msl.sh:
	If we're linking in sp_lib, ensure that it gets linked last
	(since it needs to override things defined in other modules).
1995-03-18 09:53:36 +00:00
Fergus Henderson
871c112dd9 Various changes to get things working with Sicstus Prolog.
scripts/*:
	Various changes to get things working with Sicstus Prolog.
1995-03-17 08:15:22 +00:00
Fergus Henderson
15305ac860 Add script for linking with SICStus Prolog.
scripts/msl.sh:
	Add script for linking with SICStus Prolog.
1995-03-15 11:02:16 +00:00