Go to the first, previous, next, last section, table of contents.


Guile

Automake provides some automatic support for writing Guile modules. Automake will turn on Guile support if the AM_INIT_GUILE_MODULE macro is used in `configure.in'.

Right now Guile support just means that the AM_INIT_GUILE_MODULE macro is understood to mean:

As the Guile module code matures, no doubt the Automake support will grow as well.


Go to the first, previous, next, last section, table of contents.