On 17/06/2015 22:15, Michael Tokarev wrote:
> I tried autoconf&automake&libtool.  It is a HugeMess, I disliked it.
> So I rewrote it as a simple shell script.
> 
> The result of both attempts is available at 
> http://www.corpit.ru/mjt/tmp/libcacard/
> There are 4 files in there:
> 
>  configure.ac Makefile.am -- auto*shit version, requires bootstrap like
>   libtoolize && aclocal && automake --foreign --add-missing && autoconf

More like autoreconf -fvi.

>  configure Makefile.in -- my small version based on what qemu ./configure
>   currently does.

Doesn't have dependency tracking.  That's already a no-no I think.

Paolo

Reply via email to