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

Bug 142787

Summary: autotools eclass doesnt pull out aclocal flags from Makefile.am
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: EclassesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: kevquinn, philantrop
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 219029    

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.