From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.7.8-2 Description of problem: /usr/share/aclocal/g-wrap.m4 contains underquoted autoconf macros. This desturbs any run of aclocal rsp. aclocal-1.9 in any arbitrary project. Version-Release number of selected component (if applicable): g-wrap-devel-1.3.4-8 How reproducible: Always Steps to Reproduce: 1. Install g-wrap-devel and automake-1.9 2. Get the sources of an arbitrary project using automake-1.9 3. Inside of the source directory, run aclocal rsp. aclocal-1.9 Actual Results: # aclocal-1.9 /usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP Expected Results: No warning. Additional info:
Created attachment 116461 [details] Proposed fix
Added in -9, thanks!