Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.2.19-maint protected
  • v1.3.2-maint protected
  • v1.3.1-maint protected
  • v1.3.0-maint protected
  • v1.2.21-maint protected
  • v1.2.20-maint protected
  • v1.3.3-maint protected
  • v1.3.4-maint protected
  • v1.3.5-maint protected
  • v2.0-maint protected
  • v2.1-maint protected
  • v2.2-maint protected
  • v3.0-maint protected
  • v3.2-maint protected
  • v3.7-maint protected
  • v4.1-maint protected
  • v4.2-maint protected
  • v4.3-maint protected
  • v4.4-maint protected
  • v11.2.0 protected
  • v11.2.0-rc2 protected
  • v11.2.0-rc1 protected
  • v11.1.0 protected
  • v11.1.0-rc2 protected
  • v11.1.0-rc1 protected
  • v11.0.0 protected
  • v11.0.0-rc2 protected
  • v11.0.0-rc1 protected
  • v10.10.0 protected
  • v10.10.0-rc2 protected
  • v10.10.0-rc1 protected
  • v10.9.0 protected
  • v10.9.0-rc2 protected
  • v10.9.0-rc1 protected
  • v10.8.0 protected
  • v10.8.0-rc2 protected
  • v10.8.0-rc1 protected
  • v10.7.0 protected
  • v10.7.0-rc2 protected
40 results

autogen.sh

  • Stefan Zimmermann's avatar
    0c77a54e
    maint: improve usage of autogen's --no-git · 0c77a54e
    Stefan Zimmermann authored and Eric Blake's avatar Eric Blake committed
    
    If you build libvirt with the --no-git option, then gnulib requires
    either $GNULIB_SRCDIR in the environment or --gnulib-srcdir on the
    command line.  But we had not been supporting its use from the
    command line.  This patch is a bit picky: --gnulib-srcdir must be
    passed immediately after --no-git; but since we don't reorder
    arguments, and since we already required --no-git to be first to
    have any effect, it's not too horrible.  It also does the wrong
    thing if you include spaces in your arguments, but developers
    doing that deserve what they get, right?
    
    Signed-off-by: default avatarStefan Zimmermann <stzi@linux.vnet.ibm.com>
    Signed-off-by: Eric Blake's avatarEric Blake <eblake@redhat.com>
    0c77a54e
    History
    maint: improve usage of autogen's --no-git
    Stefan Zimmermann authored and Eric Blake's avatar Eric Blake committed
    
    If you build libvirt with the --no-git option, then gnulib requires
    either $GNULIB_SRCDIR in the environment or --gnulib-srcdir on the
    command line.  But we had not been supporting its use from the
    command line.  This patch is a bit picky: --gnulib-srcdir must be
    passed immediately after --no-git; but since we don't reorder
    arguments, and since we already required --no-git to be first to
    have any effect, it's not too horrible.  It also does the wrong
    thing if you include spaces in your arguments, but developers
    doing that deserve what they get, right?
    
    Signed-off-by: default avatarStefan Zimmermann <stzi@linux.vnet.ibm.com>
    Signed-off-by: Eric Blake's avatarEric Blake <eblake@redhat.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.