Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142787 - autotools eclass doesnt pull out aclocal flags from Makefile.am
Summary: autotools eclass doesnt pull out aclocal flags from Makefile.am
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 219029
  Show dependency tree
 
Reported: 2006-08-04 06:52 UTC by SpanKY
Modified: 2008-05-31 06:40 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-08-04 06:52:49 UTC
if a package has something like:
ACLOCAL_AMFLAGS = -I m4
in the toplevel Makefile.am, these flags arent respected by autotools.eclass
Comment 1 SpanKY gentoo-dev 2008-04-22 22:38:28 UTC
ive committed this:
http://sources.gentoo.org/eclass/autotools.eclass?r1=1.73&r2=1.74
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2008-04-23 21:25:50 UTC
This fix breaks stable wireshark, bug #219029. wireshark's Makefile.am has:

ACLOCAL_AMFLAGS = `./aclocal-flags`

inside.