]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 40254] Modify build.sh to work properly with Guile support.
authorPaul Smith <psmith@gnu.org>
Sat, 19 Oct 2013 16:21:09 +0000 (12:21 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 19 Oct 2013 16:24:14 +0000 (12:24 -0400)
commitf4b746b8c23c257574b44e6bc0ad830c754f0c6b
tree89712cdb955967aea092bfa7ef1d33da5c723681
parentd7f25cfda5806cb67dba012f0f9c715a9dcd65e4
[SV 40254] Modify build.sh to work properly with Guile support.

* guile.c (guile_gmake_setup) [HAVE_GUILE]: Define a stub function
when Guile support is not enabled.
* main.c (main) [HAVE_GUILE]: Always invoke guile_gmake_setup().
* Makefile.am: Make guile.c standard, not optional.
* build.template: Add the Guile compiler and linker flags.
Makefile.am
build.template
guile.c
main.c