Re: how to get autoconf to run

2018-03-20 Thread Mathieu Arnold
On Mon, Mar 19, 2018 at 08:20:17PM +0100, Kurt Jaeger wrote: > Hi! > > > Hate to return so soon, but what is required in Makefile to get > > autoconf to do its thing? USE_AUTOTOOLS have been retired, I forgot to remove them from the Porter's Handbook, it's now done. > Look at /usr/ports/Mk/Uses/

Re: how to get autoconf to run

2018-03-19 Thread Kurt Jaeger
Hi! > Hate to return so soon, but what is required in Makefile to get > autoconf to do its thing? Look at /usr/ports/Mk/Uses/autoreconf.mk, and read through the comment block at the beginning. It explains the general idea. USES= autoreconf or, maybe: USES= autoreconf:autoconf should do th