From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Utf-0000mA-Ag for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5Utb-0001De-Uh for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:10:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Utb-0001DX-Of for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:09:59 -0400 Message-ID: <55827CD2.8080306@redhat.com> Date: Thu, 18 Jun 2015 10:09:54 +0200 From: Paolo Bonzini 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> In-Reply-To: <5581D560.3080601@msgid.tls.msk.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] libcacard: use the library? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , qemu-devel 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