Next: Libtool, Previous: Gettext, Up: Other GNU Tools [Contents][Index]
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:
AM_INIT_AUTOMAKE
is run.
AC_CONFIG_AUX_DIR
is run, with a path of ...
As the Guile module code matures, no doubt the Automake support will grow as well.