Return-Path: MIME-Version: 1.0 In-Reply-To: <20120517144015.GA20883@x220.P-661HNU-F1> References: <20120517144015.GA20883@x220.P-661HNU-F1> Date: Fri, 18 May 2012 17:03:18 +0530 Message-ID: Subject: Re: Auto Generate configure & make files From: santhosh aj To: santhosh aj , linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Thu, May 17, 2012 at 8:10 PM, Johan Hedberg wrote: > Hi Santosh, > > On Thu, May 17, 2012, santhosh aj wrote: >> Can any one please tell me what is the proper order/commands to >> generate configure.in, .configure, Makefile.in, config.h.in. If we >> download a snapshot from git repository >> (http://git.kernel.org/?p=bluetooth/bluez.git;a=summary) these file >> will be missing. I found a link which give some information about this >> (http://www.nondot.org/sabre/Mirrored/autoconf-2.12/autoconf_2.html). >> but if some one can tell the proper steps it will be help a lot for >> all who doesn't know. > > The git tree contains a script called bootstrap that will do this for > you. A bootstrap-configure script is also provided which additionally > calls the configure script with options that are appropriate for BlueZ > development (but not necessarily for product use). > > Johan Thank you very much. It worked. libtool & libcapabilities were missing. After installing those it worked.