Age | Commit message (Collapse) | Author |
|
* configure.ac: Add '--with-guileobjectdir' and substitute
'guileobjectdir'.
* guilec.am (nobase_nodist_module_DATA): Rename to...
(nobase_nodist_guileobject_DATA): ... this
(skr_install_go_files): Change value to
'install-nobase_nodist_guileobjectDATA'.
* src/guile/Makefile.am (nobase_nodist_module_DATA): Change "+=" to
"=".
(nobase_nodist_module_DATA): Rename to...
(nobase_nodist_guileobject_DATA): ... this.
* src/skribilo.in (GUILE_LOAD_COMPILED_PATH): Use @guileobjectdir@.
* substitute.am (substitute): Add @guileobjectdir@.
|
|
* guilec.am (.scm.go): Override GUILE_LOAD_COMPILED_PATH.
|
|
* guilec.am (AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_0): New variables.
(.scm.go): Prepend $(AM_V_GUILEC).
|
|
* guilec.am (.scm.go): Add "$(top_builddir)/src/guile" to the search
path.
|
|
* configure.ac: Remove `--enable-guile-vm' option. Check for `guild'
and `guile-tools', defining `GUILD'. Rename `ENABLE_GUILE_VM' to
`HAVE_GUILE2'.
* guile-vm.am: Rename to...
* guilec.am: ... this.
* doc/modules/Makefile.am, src/guile/Makefile.am: Update accordingly.
|