Bug 116128

Summary: underquoted definition of PKG_CHECK_MODULES
Product: [Fedora] Fedora Reporter: Karl DeBisschop <kdebisschop>
Component: pkgconfigAssignee: Matthias Clasen <mclasen>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mitr
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-23 18:49:34 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:
Bug Depends On:    
Bug Blocks: 114963    
Attachments:
Description Flags
adds quoting to defun none

Description Karl DeBisschop 2004-02-18 15:12:00 UTC
Description of problem:

/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES

Version-Release number of selected component (if applicable):

pkgconfig-0.14.0-6

How reproducible:

always

Steps to Reproduce:
1. run aclocal
2.
3.
  
Actual results:

/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal

Expected results:

should be no warning

Additional info:

I will add a patch, though the fix is trivial

Comment 1 Karl DeBisschop 2004-02-18 15:13:08 UTC
Created attachment 97790 [details]
adds quoting to defun