Bug 147133 - popt-1.10.4-r1 fails to run autotools
Bug#: 147133 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sanchan@gentoo.org Reported By: vapier@gentoo.org
Component: Library
URL: 
Summary: popt-1.10.4-r1 fails to run autotools
Keywords:  
Status Whiteboard: 
Opened: 2006-09-10 23:34 0000
Description:   Opened: 2006-09-10 23:34 0000
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 From Sandro Bonazzola (RETIRED) 2006-09-11 11:41:13 0000 -------
Thanks for reporting and for the solution. Fixed in CVS.