- added srfi-2 and scsh-version to the structures opened by the
installation library
This commit is contained in:
parent
31b8d82bd0
commit
dad8d7c6e7
|
@ -1,5 +1,5 @@
|
||||||
;;; Installation library for scsh modules.
|
;;; Installation library for scsh modules.
|
||||||
;;; $Id: install-lib-module.scm,v 1.8 2004/02/20 08:22:07 michel-schinz Exp $
|
;;; $Id: install-lib-module.scm,v 1.9 2004/03/14 14:03:26 michel-schinz Exp $
|
||||||
|
|
||||||
;;; Interfaces
|
;;; Interfaces
|
||||||
|
|
||||||
|
@ -44,9 +44,11 @@
|
||||||
fluids
|
fluids
|
||||||
let-opt
|
let-opt
|
||||||
srfi-1
|
srfi-1
|
||||||
|
srfi-2
|
||||||
srfi-9
|
srfi-9
|
||||||
srfi-13
|
srfi-13
|
||||||
srfi-37
|
srfi-37
|
||||||
configure
|
configure
|
||||||
|
scsh-version
|
||||||
pp)
|
pp)
|
||||||
(files install-lib))
|
(files install-lib))
|
||||||
|
|
Loading…
Reference in New Issue