aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proj.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/proj.spec b/proj.spec
index 16706bfc..3d0714cb 100644
--- a/proj.spec
+++ b/proj.spec
@@ -15,7 +15,7 @@ Distribution: FreeGIS CD
BuildRoot: %{_builddir}/%{name}-root
Prefix: %{_prefix}
-
+BuildRequires: libtool
Conflicts: PROJ.4
%description
@@ -25,6 +25,7 @@ data with a wide range of selectable projection functions.
%prep
%setup -D -n proj-4.9.3
+%{_builddir}/%{name}-%{version}/autogen.sh
%configure
%build