* iselect.c (coop_next_runnable_thread,
[bpt/guile.git] / guile.m4
CommitLineData
733943b9
TT
1## An m4 macro to initialize a guile module.
2## Enhance as required.
3
4dnl Usage: AM_INIT_GUILE_MODULE(module-name)
5dnl This macro will automatically get the guile version from the
6dnl top-level srcdir, and will initialize automake. It also
7dnl defines the `module' variable.
8AC_DEFUN([AM_INIT_GUILE_MODULE],[
9. $srcdir/../GUILE-VERSION
7ecb9fc6 10AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
733943b9
TT
11AC_CONFIG_AUX_DIR(..)
12module=[$1]
13AC_SUBST(module)])