Bug 4530

Summary: Automake 1.10 issues warnings in elfutils
Product: frysk Reporter: Stepan Kasal <skasal>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 2235, 2785    
Bug Blocks:    

Description Stepan Kasal 2007-05-21 17:47:30 UTC
The Makefile.am's in elfutils contain GNU-make specific constructs.
Automake >= 1.10 issues warnings, and errs out because of -Werror in bootstrap.sh.
The check is to add -Wno-portablity at the end of option list for
AM_INIT_AUTOMAKE in configure.ac.

The issue is fixed in upstream elfutils, according to
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240202#c1
Comment 1 Stepan Kasal 2007-05-21 18:01:16 UTC
I have committed the fix to frysk-imports/elfutils .