Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 92130

Summary: libmikmod-3.1.11-r1 aclocal warning
Product: Gentoo Linux Reporter: Joel Parker <jjk3>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch

Description Joel Parker 2005-05-10 08:29:52 UTC
I'm getting the following warning from aclocal 1.9.5 and libmikmod 3.1.11-r1:

/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
Comment 1 Joel Parker 2005-05-10 08:30:13 UTC
Created attachment 58575 [details, diff]
patch

patch that fixes the warning
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-10 08:45:40 UTC
Err, but the patch is already there and applied by the 3.1.11-r1 ebuild

# cat /usr/portage/media-libs/libmikmod/files/libmikmod-3.1.11-m4.patch

Fix aclocal warning:
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
--- libmikmod-3.1.11/libmikmod.m4
+++ libmikmod-3.1.11/libmikmod.m4
@@ -10,3 +10,3 @@
 dnl
-AC_DEFUN(AM_PATH_LIBMIKMOD,
+AC_DEFUN([AM_PATH_LIBMIKMOD],
 [dnl

Reopen if I missed something.
Comment 3 Joel Parker 2005-05-10 09:02:22 UTC
Right you are. Must've been cruft on my system or something.