Hello, I'm developing an application using libglib2.0-dev and automake 1.7. I'm using AM_PATH_GLIB_2_0 macro in my configure.ac. In the default installation, aclocal fails to find the macro unless I link /usr/share/aclocal/glib-2.0.m4 to /usr/share/aclocal-1.7. Is there a good way to build the project without copying the file? Thanks in advance, Baurjan.