From 108e6024ae152ce12f2ad43e838a9af35e140881 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 10 Aug 2006 20:06:11 +0000 Subject: [PATCH] - add autoreconf before configure --- gedit.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gedit.spec b/gedit.spec index 08b4037..482aa68 100644 --- a/gedit.spec +++ b/gedit.spec @@ -70,6 +70,7 @@ BuildRequires: gnome-python2-gtksourceview >= %{gnome_python_desktop_version} BuildRequires: gnome-python2-gtksourceview >= %{gnome_python_desktop_version} BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version} BuildRequires: which +BuildRequires: autoconf, automake, libtool Requires: libgnomeui >= %{libgnomeui_version} Requires: libgnomeprintui22 >= %{libgnomeprintui_version} @@ -116,6 +117,7 @@ tar xzf %{SOURCE1} %patch4 -p1 -b .copy-xattrs %build +autoreconf %configure --disable-scrollkeeper --disable-gtk-doc --enable-python make