| Bug#: 154138 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: liquidx@gentoo.org | Reported By: zzam@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: net-wireless/libbtctl-0.8.1 misses correct automake-dependency | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-11-05 07:25 0000 | |||
| Description: | Opened: 2006-11-05 07:25 0000 |
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"
Thanks, added both with "latest" tho, as even ChangeLog says about automake-1.8 support and it works with 1.10 for me also.