Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 116182

Summary: Underquoted macro definitions in /usr/share/aclocal
Product: [Fedora] Fedora Reporter: Miloslav Trmac <mitr>
Component: mikmodAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: bishop, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.1.6-27 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-04 04:18: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:
Bug Depends On:    
Bug Blocks: 114963    

Description Miloslav Trmac 2004-02-18 19:45:02 UTC
NVR: mikmod-3.1.6-23

Description of problem:
SSIA

Steps to Reproduce:
run aclocal-1.8 in any autoconfiscated project (not necessarily using
the libmikmod macros)

Actual Results:
warnings from aclocal

Comment 1 Miloslav Trmac 2004-05-19 09:34:29 UTC
Same in FC2.

Comment 2 Bishop Clark 2004-06-21 08:23:45 UTC
Hmm.  Could it be this easy?  

--- libmikmod.m4~       2004-03-12 11:22:57.000000000 -0800
+++ libmikmod.m4        2004-06-21 01:21:19.284295336 -0700
@@ -8,7 +8,7 @@
 dnl Test for libmikmod, and define LIBMIKMOD_CFLAGS, LIBMIKMOD_LIBS and
 dnl LIBMIKMOD_LDADD
 dnl
-AC_DEFUN(AM_PATH_LIBMIKMOD,
+AC_DEFUN([AM_PATH_LIBMIKMOD],
 [dnl
 dnl Get the cflags and libraries from the libmikmod-config script
 dnl


caution:  I have NO clue about autoconfiscation (love that word,
Milosav!) macros.


Comment 3 Miloslav Trmač 2004-08-04 04:18:51 UTC
Yes, exactly. Solved by updating to libmikmod-3.1.11-a which has
the same change.

Comment 4 Bishop Clark 2004-08-04 10:39:09 UTC
give me the SRPM URL for 3.1.11-a?