diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-26 10:25:02 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-26 10:25:02 +0000 |
commit | 03b823a4ae52f53cefe32989876302c774344d9d (patch) | |
tree | aee41f950298518fcb764adca9124352b1dfeb30 /devel | |
parent | 3ed414c87504b6e4d992e4f39cef47f1111e5f73 (diff) | |
download | guile-03b823a4ae52f53cefe32989876302c774344d9d.tar.gz |
Update "include" instructions.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/build/pre-inst-guile.text | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/devel/build/pre-inst-guile.text b/devel/build/pre-inst-guile.text index 5e9a24b37..e69de29bb 100644 --- a/devel/build/pre-inst-guile.text +++ b/devel/build/pre-inst-guile.text @@ -1,47 +0,0 @@ -THEORY - - The pre-installed guile interpreter can be used if has access to - the proper shared libraries and scheme modules, which can be - arranged by tweaking GUILE_LOAD_PATH and LTDL_LIBRARY_PATH env - vars, respectively. - - -GENERAL PRACTICE - - To invoke the guile interpreter before installing it (and its - support files), call ${top_srcdir}/pre-inst-guile w/ first arg - ${top_builddir}, where you would normally call guile. - - Similarly, for scripts/* (normally found by guile-tools), set - env var GUILE to the above combination. - - See commentary in ${top_srcdir}/pre-inst-guile for more info. - - -SPECIFIC PRACTICE - - Include the following line in any Makefile.am with rules that - need to call the pre-installed guile interpreter: - - include $(top_srcdir)/pre-inst-guile.am - - This causes Automake to include a makefile fragment that defines - two vars: `preinstguile' and `preinstguiletool'. The following - examples show how these vars are used: - - display-sum5: - $(preinstguile) -c '(display (+ 1 2 3 4 5))' - - display-deps-dotty: - $(preinstguiletool)/use2dot *.scm - - Note the particular syntax of `preinstguiletool' usage. - - -KNOWN USAGE - - check-guile.in - doc/ref/Makefile.am - libguile/Makefile.am - ice-9/Makefile.am - scripts/Makefile.am |