[libguestfs/el5] Run autoreconf -i after applying patches.

Richard W.M. Jones rjones at fedoraproject.org
Wed May 29 15:40:29 UTC 2013


commit c82529e3c1085fa611a8a66163339da9c32466e4
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed May 29 16:39:55 2013 +0100

    Run autoreconf -i after applying patches.

 libguestfs.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 6e5a7ce..f502c63 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -552,6 +552,7 @@ git commit -a -q -m "%{version} baseline."
 #git am %{patches}
 git am %{_sourcedir}/00*.patch
 
+autoreconf -i
 ./bootstrap
 
 mkdir -p daemon/m4


More information about the scm-commits mailing list