use autoreconf to fix build

This commit is contained in:
Xavier Bachelot 2012-04-12 17:06:28 +02:00
parent 7e278eb87e
commit 9e649860f4

View File

@ -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}