Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205606 - autotools.eclass: missing GNUmakefile handling
Summary: autotools.eclass: missing GNUmakefile handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-13 13:48 UTC by Luca Bruno
Modified: 2008-01-13 18:41 UTC (History)
0 users

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


Attachments
handle GNUmakefile (autotools.eclass.patch,1.23 KB, patch)
2008-01-13 14:04 UTC, Luca Bruno
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Bruno 2008-01-13 13:48:30 UTC
autotools.eclass handles only Makefile names, such as Makefile.am while GNUmakefile.am is still a looked up name by default for the GNU make, also it's looked up first before any other Makefile.

Reproducible: Always

Steps to Reproduce:
The net-libs/webkitgtk is based on GNUmakefile.am. The other normal Makefile is needed by the Mac port.
Actual Results:  
eautomake returns since no Makefile.am and thus affects also _elibtoolize()

Expected Results:  
GNUmakefile correct handling
Comment 1 Luca Bruno 2008-01-13 14:04:47 UTC
Created attachment 140859 [details, diff]
handle GNUmakefile
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-01-13 18:41:51 UTC
Committed.