>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes: Just a nit -- perhaps not even worth fixing, but still good to know. Andreas> Index: Makefile.am [...] Andreas> +extra_ldflags_libgc = @extra_ldflags_libgc@ Automake automatically adds definitions like this for all AC_SUBST'd variables. So, this line is redundant. Tom