Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147133 - popt-1.10.4-r1 fails to run autotools
Summary: popt-1.10.4-r1 fails to run autotools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sandro Bonazzola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 23:34 UTC by SpanKY
Modified: 2006-09-11 11:41 UTC (History)
0 users

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 SpanKY gentoo-dev 2006-09-10 23:34:50 UTC
if you're going to patch configure.ac instead of configure, you need to run autotools

so 'inherit autotools' and add 'eautoreconf' to the end of src_unpack()

also, you should never run 'grep' yourself in configure scripts ... always use ${EGREP}
Comment 1 Sandro Bonazzola (RETIRED) gentoo-dev 2006-09-11 11:41:13 UTC
Thanks for reporting and for the solution. Fixed in CVS.