On Fri, Jun 09, 2017 at 10:20:24PM +0100, Dave Tyson wrote: > pre-configure: > cd $(WRKSRC) && autoconf Use cd ${WRKSRC} && autoreconf -fiv that does all the steps in the right order. Thomas