Description of problem: Any invocation of aclocal on a machine with cinepaint-devel installed results in this warning, even for packages with no relationship to cinepaint: /usr/share/aclocal/cinepaint.m4:8: warning: underquoted definition of AM_PATH_CINEPAINT /usr/share/aclocal/cinepaint.m4:8: run info '(automake)Extending aclocal' /usr/share/aclocal/cinepaint.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal All that needs to be done is to change line 8 of cinepaint.m4 to this: AC_DEFUN([AM_PATH_CINEPAINT], Version-Release number of selected component (if applicable): cinepaint-devel-0.22.1-7.fc9.i386 How reproducible: Always Steps to Reproduce: 1. Run aclocal in any directory with a configure.in or configure.ac file Actual results: The warning described above is issued. Expected results: No warnings. Additional info:
This fix would be easy indeed. But on the other way cinepaint will use pkg-config for the coming release. (which will make cinepaint.m4 deprecated) So I hope to have the problem fixed that way.