1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/am
Andy Wingo ee00175026 implement autocompilation
* am/guilec (.scm.go): Set GUILE_AUTO_COMPILE=0 when compiling individual
  files, and remove the mkdir -p as compile-file takes care of that now.

* libguile/load.c (do_try_autocompile, autocompile_catch_handler)
  (scm_try_autocompile, scm_init_load): Implement autocompilation.

* libguile/script.c (scm_shell_usage, scm_compile_shell_switches): Add
  --autocompile / --no-autocompile command-line options, and support for
  the GUILE_AUTO_COMPILE environment variable, defaulting to
  autocompilation enabled.
2009-06-03 22:20:55 +02:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
guilec implement autocompilation 2009-06-03 22:20:55 +02:00
maintainer-dirs merge from 1.8 branch 2006-04-17 00:18:11 +00:00
Makefile.am move guilec.mk to am/guilec 2008-11-01 13:05:10 +01:00
pre-inst-guile allow building against uninstalled guile; move some things to meta/ 2009-03-27 14:03:03 -07:00
README Initial revision 2002-02-26 09:56:37 +00:00

data directory: automake frags

do not name files using extension ".am", as automake is overzealous sometimes.