use autoreconf to fix build
This commit is contained in:
parent
7e278eb87e
commit
9e649860f4
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user