Include correct BRs for autoreconf step.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 16 Oct 2008 14:51:46 +0000 (15:51 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 16 Oct 2008 14:51:46 +0000 (15:51 +0100)
libvirt/mingw32-libvirt.spec

index 14640fe..2b49baf 100644 (file)
@@ -36,9 +36,13 @@ BuildRequires:  mingw32-libxml2
 BuildRequires:  mingw32-portablexdr >= 4.0.11
 BuildRequires:  mingw32-readline
 BuildRequires:  pkgconfig
+
 # Need native version for msgfmt
 BuildRequires:  gettext
 
+# For autoreconf.
+BuildRequires:  autoconf, automake, libtool
+
 BuildArch:      noarch
 
 
@@ -55,6 +59,7 @@ cp %{SOURCE1} src/
 cp %{SOURCE2} src/
 cp %{SOURCE3} src/
 cp %{SOURCE4} src/
+autoreconf
 
 
 %build