Bug 162649

Summary: g-wrap.m4 contains underquoted autoconf macros
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: g-wrapAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 4CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3.4-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-07 14:52:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Proposed fix none

Description Ralf Corsepius 2005-07-07 08:28:49 UTC
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:

Comment 1 Ralf Corsepius 2005-07-07 08:34:09 UTC
Created attachment 116461 [details]
Proposed fix

Comment 2 Bill Nottingham 2005-07-07 14:52:51 UTC
Added in -9, thanks!