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
signature.asc
Description: OpenPGP digital signature