bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libvirt] [PATCH] autogen: added glibtool and pkg-config checks


From: Justin Clift
Subject: Re: [libvirt] [PATCH] autogen: added glibtool and pkg-config checks
Date: Thu, 16 Sep 2010 03:16:34 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2

On 09/16/2010 03:02 AM, Eric Blake wrote:
[adding bug-gnulib]

On 09/15/2010 06:36 AM, Justin Clift wrote:
OSX MacPorts has libtool named as glibtool, with libtoolize
named as glibtoolize. This patch adds support for this, and also
adds a check for pkg-config, to warn when it is missing.

Hmm - would it be easier to make bootstrap.conf list pkg-config as a
prerequisite, rather than having to hack up autogen.sh to do that?

Heh, whatever works best.  You know this stuff a lot better than me. :)


Also, if I'm reading the code right, changing bootstrap.conf to list
'libtoolize' instead of 'libtool' as the prerequisite will let you get
by with overriding just $LIBTOOLIZE instead of both $LIBTOOL and
$LIBTOOLIZE.

Additionally it may be sufficient to just teach upstream
gnulib/build-aux/bootstrap to use 'find_tool LIBTOOLIZE libtoolize
glibtoolize', at which point re-syncing to upstream bootstrap will
automatically pick up on the right libtool for MacOS without you having
to hack libvirt's autogen.sh in the first place :)

All good.  We'll still have to hack up libvirt's autogen.sh a bit
anyway, because at the moment it has the word "libtool" hard coded before it gets up to the bootstrapping:

  (libtool --version) < /dev/null > /dev/null 2>&1 || {


So, NACK to this version of the libvirt patch, and instead let me do
some gnulib work... Not to mention that Gary is working on some upstream
patches to improve bootstrap modularity, and there is also a request to
add 'bootstrap --skip-git' that I need to respond to...

If you can figure a way to address this OSX specific thing in gnulib at
the same time, that would be nifty:

  http://www.redhat.com/archives/libvir-list/2010-September/msg00248.html

:)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]