From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Uuw-00027R-DK for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5Uut-0002ET-5z for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:11:22 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:57927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Uus-00027z-Vz for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:11:19 -0400 Message-ID: <55827D1E.7050104@msgid.tls.msk.ru> Date: Thu, 18 Jun 2015 11:11:10 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <553E0514.5030700@msgid.tls.msk.ru> <553E115B.40303@redhat.com> <5581BB90.2030802@msgid.tls.msk.ru> <5581C9E2.70103@redhat.com> <5581D560.3080601@msgid.tls.msk.ru> <55827CD2.8080306@redhat.com> In-Reply-To: <55827CD2.8080306@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] libcacard: use the library? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel 18.06.2015 11:09, Paolo Bonzini =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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/t= mp/libcacard/ >> There are 4 files in there: >> >> configure.ac Makefile.am -- auto*shit version, requires bootstrap lik= e >> libtoolize && aclocal && automake --foreign --add-missing && autocon= f >=20 > More like autoreconf -fvi. My 10-minute expirience with auto*tools did't go that far :) >> configure Makefile.in -- my small version based on what qemu ./config= ure >> currently does. >=20 > Doesn't have dependency tracking. That's already a no-no I think. Well, it is trivial to add. For a first cut it works. /mjt