Keeps giving me this warning whenever I run it:
Running aclocal
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Then it seems to finish without any further warnings:
Running autoheader
Running autoconf
Running automake
Bootstrap is complete. Run ./configure to configure the build system.
Using latest fink with all updated packages.
Anonymous
Logged In: YES
user_id=284053
Originator: NO
Not sure why this happens, but there's no use of AM_PATH_GLIB in our code anywhere... as the warning says it happens in /sw/share/aclocal/glib.m4, so sounds like a Fink bug if anything.
Don't worry about it -- usually the way compiling works is if you only have warnings, that is a good thing :-p .
If you don't mind I'll close this bug.