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

Bug 205606

Summary: autotools.eclass: missing GNUmakefile handling
Product: Gentoo Linux Reporter: Luca Bruno <lethalman88>
Component: EclassesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: handle GNUmakefile

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.