Add GNU Guile as an optional embedded scripting language for make.
commit9afba82747ab50f5160dcdec34c11c1b3135dc01
authorpsmith <psmith>
Sun, 15 Jan 2012 22:41:53 +0000 (15 22:41 +0000)
committerpsmith <psmith>
Sun, 15 Jan 2012 22:41:53 +0000 (15 22:41 +0000)
treed555c1418dea6af6343c2821ecf140db9240321c
parent63181679d34f19c7e0716cecffa7cef68ebd8545
Add GNU Guile as an optional embedded scripting language for make.

On configure-enabled systems, configure will detect Guile installed
(using pkg-config, which is how GNU Guile is distributed) and enable
it if so.

On all non-configure-enabled systems, currently, the default is for
Guile support to be disabled.
27 files changed:
.cvsignore
AUTHORS
ChangeLog
Makefile.DOS.template
Makefile.am
Makefile.ami
NEWS
NMakefile.template
SMakefile.template
build_w32.bat
config.ami.template
config.h-vms.template
config.h.W32.template
config/Makefile.am
configure.in
doc/make.texi
dosbuild.bat
function.c
gmk-default.scm [new file with mode: 0644]
guile.c [new file with mode: 0644]
main.c
make.h
make_msvc_net2003.vcproj
makefile.vms
po/ChangeLog
po/POTFILES.in
tests/scripts/functions/guile [new file with mode: 0644]