bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoreconf `--exclude=libtoolize'


From: Eric Blake
Subject: Re: autoreconf `--exclude=libtoolize'
Date: Mon, 02 Dec 2013 11:47:48 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 12/02/2013 01:36 AM, bmw_x16 wrote:
> /usr/bin/autoreconf: unrecognized option `--exclude=libtoolize'
> Try `/usr/bin/autoreconf --help' for more information.
> FATAL: autoreconf execution failed.

autoreconf doesn't have an --exclude option (unless someone submits a
patch to add it - are you volunteering?).  But the common way to skip
libtoolize during autoreconf is:

LIBTOOLIZE=: autoreconf

which forces autoreconf to call ':' instead of the more typical
'libtoolize' and therefore successfully does nothing on the phase that
requires libtoolize.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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