app-emulation/rkt: explicitly autoreconf

This commit is contained in:
Nick Owens 2016-06-23 16:10:30 -07:00
parent 0c99ecb42b
commit 1a917398ef
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ src_prepare() {
if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then
die "CoreOS versions in ebuild and rkt build scripts are mismatched expecting ${rkt_stage1_coreos}!" die "CoreOS versions in ebuild and rkt build scripts are mismatched expecting ${rkt_stage1_coreos}!"
fi fi
autotools-utils_src_prepare
} }
src_configure() { src_configure() {