2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.cygwin.in, makefile.msc.in: Set G_LOG_DOMAIN to
\"GModule\" instead of g_log_domain_gmodule.
* gmodule/Makefile.am: Set G_LOG_DOMAIN to \"GModule\" instead of
g_log_domain_gmodule.
* gmodule/gmodule.c, gmodule/gmodule.def, gmodule/gmodule.h: Removed
g_log_domain_gmodule. This fixes Bug #51643 for good.
* Makefile.am: Don't distribute glibconfig.h.win32.in, but
glibconfig.h.win32. Generate it when making a dist. Also generate
makefile.msc and config.h.win32 from corresponding .in files when
making dist.
* configure.in: Also substitute @GLIB_INTERFACE_AGE@ and
@GLIB_BINARY_AGE@ (needed in config.h.win32).
* glibconfig.h.win32.in: Use static mutex structure and initial
value corresponding to the 1999-04-07 snapshot of pthreads-win32.
* tests/Makefile.am: Distribute makefile.msc. Generate it when
making dist.
* tests/makefile.msc.in: New file.
* tests/node-test.c: Include <stdlib.h> for exit().