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
|
BuildRequires: libthai-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sombok library package performs Line Breaking Algorithm described in Unicode
|
Sombok library package performs Line Breaking Algorithm described in Unicode
|
||||||
@ -39,6 +43,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -vif
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user