From 115af1905fe55720d30dff915b1593f99965b617 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 3 Mar 2009 10:29:20 +0000 Subject: [PATCH] Rerun autotools for patched configure.in --- gtk-vnc.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk-vnc.spec b/gtk-vnc.spec index 9977782..4b8cee5 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -24,6 +24,8 @@ BuildRequires: xulrunner-devel BuildRequires: firefox-devel %endif %endif +# Temp hack for Patch2 +BuildRequires: automake autoconf libtool %description gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines @@ -73,6 +75,12 @@ browsers. %patch2 -p1 %build +# Temp hack for patch2 +libtoolize --copy --force +aclocal -I gnulib/m4 +autoheader +automake --add-missing --copy +autoconf %if %{with_plugin} %configure --enable-plugin=yes %else