Rerun autotools for patched configure.in
This commit is contained in:
parent
565d40f025
commit
115af1905f
@ -24,6 +24,8 @@ BuildRequires: xulrunner-devel
|
|||||||
BuildRequires: firefox-devel
|
BuildRequires: firefox-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
# Temp hack for Patch2
|
||||||
|
BuildRequires: automake autoconf libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
||||||
@ -73,6 +75,12 @@ browsers.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Temp hack for patch2
|
||||||
|
libtoolize --copy --force
|
||||||
|
aclocal -I gnulib/m4
|
||||||
|
autoheader
|
||||||
|
automake --add-missing --copy
|
||||||
|
autoconf
|
||||||
%if %{with_plugin}
|
%if %{with_plugin}
|
||||||
%configure --enable-plugin=yes
|
%configure --enable-plugin=yes
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user