1. 17 10月, 2013 2 次提交
    • G
      build: use the gnulib version of the .m4 files when present · 70dadfa7
      Giuseppe Scrivano 提交于
      prevent aclocal from preferring .m4 files under m4/ over the version
      provided by gnulib, by using only one directory.
      
      I have noticed this after './configure --help' gave me two different
      versions of "--enable-threads".  This was caused by aclocal that
      preferred the version of lock.m4 provided by autopoint instead of
      using the newer version distributed with gnulib.
      
      Having two different directories made sense back when we checked
      gnulib files into libvirt.git, but that was ages ago.
      Signed-off-by: NGiuseppe Scrivano <gscrivan@redhat.com>
      Signed-off-by: NEric Blake <eblake@redhat.com>
      70dadfa7
    • E
      storage: allow interleave in pool XML · caf516db
      Eric Blake 提交于
      The RNG grammar did not allow arbitrary interleaving, which makes
      it harder than necessary to create a new pool from handwritten XML.
      
      * docs/schemas/storagepool.rng: Allow interleaving.
      * tests/storagepoolxml2xmlin/pool-sheepdog.xml: Test interleave.
      * tests/storagepoolxml2xmlin/pool-iscsi-auth.xml: Likewise.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      caf516db
  2. 16 10月, 2013 15 次提交
  3. 15 10月, 2013 23 次提交