Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92130 - libmikmod-3.1.11-r1 aclocal warning
Summary: libmikmod-3.1.11-r1 aclocal warning
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 08:29 UTC by Joel Parker
Modified: 2005-05-10 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (libmikmod.m4.patch,379 bytes, patch)
2005-05-10 08:30 UTC, Joel Parker
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.