Re: Using autoconf for a shared library

2016-08-16 Thread Thomas Nyberg
On 08/16/2016 09:47 AM, Marco Maggi wrote: It is a bit overkill, but: when I start a new project I copy this template project: and customise it. It is just a template for a C language library project, it does nothing in it

Re: Using autoconf for a shared library

2016-08-16 Thread Marco Maggi
Thomas Nyberg wrote: > I've been reading the manuals for autoconf/automake and have been > unable to get a setup working correctly with autoconf. It is a bit overkill, but: when I start a new project I copy this template project: a