summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 00:05:01 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-22 00:05:01 +0200
commit68ce53455770b12045a5f6965e47b466e9c0f4ba (patch)
treee47e2e94821591095415a19591bab713ce59c91e
parente607d2c7a6eb9248f02d8bc64ec4afb4e4acb98e (diff)
virt-manager: use 'autoreconf' for autogen.sh
virt-manager comes with an autogen.sh file, but this script forces the use of an out-of-tree build, which jhbuild doesn't support. Since it's a regular autotools project, we can instruct it to use autoreconf/configure to get a "normal" build process.
-rw-r--r--modulesets/spice.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 3504eae..0a6371b 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -101,7 +101,7 @@
</dependencies>
</autotools>
- <autotools id="virt-manager">
+ <autotools id="virt-manager" autogen-sh="autoreconf">
<branch repo="git.fedorahosted.org" module="virt-manager.git"/>
<dependencies>
<dep package="libvirt"/>