@@ -, +, @@ --- dev-libs/chmlib/chmlib-0.40-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild +++ a/dev-libs/chmlib/chmlib-0.40-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit out-of-source +inherit autotools out-of-source DESCRIPTION="Library for MS CHM (compressed html) file format" HOMEPAGE="http://www.jedrea.com/chmlib/" @@ -19,6 +19,11 @@ PATCHES=( "${FILESDIR}"/${P}-headers.patch ) +src_prepare() { + default + eautoreconf +} + my_src_configure() { econf \ $(use_enable examples) \ --