Bug 4530 - Automake 1.10 issues warnings in elfutils
Summary: Automake 1.10 issues warnings in elfutils
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 2235 frysk-elfutils
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-21 17:47 UTC by Stepan Kasal
Modified: 2007-05-21 17:01 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

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