On 01/11/2013 04:05 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> > > Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> > --- > configure.ac | 57 ++++------------------------------------------------ > m4/virt-pciaccess.m4 | 26 ++++++++++++++++++++++++ > m4/virt-udev.m4 | 32 +++++++++++++++++++++++++++++ > 3 files changed, 62 insertions(+), 53 deletions(-) > create mode 100644 m4/virt-pciaccess.m4 > create mode 100644 m4/virt-udev.m4 > > +AC_DEFUN([LIBVIRT_RESULT_UDEV],[ > + AC_REQUIRE([LIBVIRT_RESULT_PCIACCESS]) > + LIBVIRT_RESULT_LIB([UDEV]) > +]) Ah, we're starting to get pre-req checks. You've been sorting by name, but this will cause results to be topologically sorted (with leaves reverting to sort-by-name). Works for me. ACK. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list