[sombok] use autoreconf to fix build

Xavier Bachelot xavierb at fedoraproject.org
Thu Apr 12 15:06:36 UTC 2012


commit 9e649860f446d9a14e5123693067df392d094e7d
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Thu Apr 12 17:06:28 2012 +0200

    use autoreconf to fix build

 sombok.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
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}
 


More information about the scm-commits mailing list