From 9e649860f446d9a14e5123693067df392d094e7d Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Thu, 12 Apr 2012 17:06:28 +0200 Subject: [PATCH] use autoreconf to fix build --- sombok.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sombok.spec b/sombok.spec index 70aa0bc..a5155ab 100644 --- a/sombok.spec +++ b/sombok.spec @@ -14,6 +14,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libthai-devel %endif +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool + %description Sombok library package performs Line Breaking Algorithm described in Unicode @@ -39,6 +43,7 @@ developing applications that use %{name}. %build +autoreconf -vif %configure --disable-static make %{?_smp_mflags}