Nice-to-have fix for autogen.sh
Xiaofan Chen
xiaofanc at gmail.com
Wed Feb 1 10:09:50 EST 2012
On Wed, Feb 1, 2012 at 10:46 PM, Pete Batard <pete at akeo.ie> wrote:
>> I asked Xiaofan for example projects that do not do it, so can
>> you give some examples of those that do?
>
> I'm working with the libcdio guys at the moment, so libcdio's autogen does
> invoke configure with --enable-maintainer (logging is handled outside of
> configure). freeciv's autogen also invokes configure. I've seen versions of
> libpopt and expat do that too. If you want more, I can probably dig some
> more.
It seems to me that those with the name "bootstrap" usually does
not run configure.
Eg: libccid
http://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/bootstrap?view=markup
Eg: btstack
http://code.google.com/p/btstack/source/browse/trunk/bootstrap.sh
autogen.sh in Sigrok does not run configure as well.
http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/sigrok;a=blob;f=libsigrok/autogen.sh;hb=HEAD
In the end, I think projects use both options. So it is probably
okay both way.
--
Xiaofan
More information about the libusbx
mailing list