Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154138 - net-wireless/libbtctl-0.8.1 misses correct automake-dependency
Summary: net-wireless/libbtctl-0.8.1 misses correct automake-dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-11-05 07:25 UTC by Matthias Schwarzott
Modified: 2006-11-05 13:30 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Schwarzott gentoo-dev 2006-11-05 07:25:41 UTC
net-wireless/libbtctl-0.8.1 uses autotools.eclass but does not specify which automake-version it needs.

Adding these two lines before "inherit autotools" corrects this:
WANT_AUTOMAKE="1.7"
WANT_AUTOCONF="latest"
Comment 1 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-11-05 13:30:00 UTC
Thanks, added both with "latest" tho, as even ChangeLog says about automake-1.8 support and it works with 1.10 for me also.