summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2006-10-24 23:44:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1b86322367b025bf046d7b891e44d6e6359a164c (patch)
treee808670728795e6d38721601821020cbfa76d847
parent8cde1b9980b7ab57aa0b928f8337a6a6b42569b9 (diff)
downloadlibhnj-1b86322367b025bf046d7b891e44d6e6359a164c.zip
libhnj-1b86322367b025bf046d7b891e44d6e6359a164c.tar.gz
- update auto* so that libtool can work with CC with spacesauto/ac/libhnj-0_1_1-7
Changed files: libhnj.spec -> 1.27
-rw-r--r--libhnj.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhnj.spec b/libhnj.spec
index acd83a0..c548ef3 100644
--- a/libhnj.spec
+++ b/libhnj.spec
@@ -11,6 +11,7 @@ Source0: http://hkn.eecs.berkeley.edu/~dyoo/pyHnj/%{name}-%{version}.tar.gz
Patch0: %{name}-const-error.patch
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -49,7 +50,10 @@ Biblioteka statyczna libhnj.
%patch0 -p1
%build
+%{__libtoolize}
+%{__aclocal}
%{__autoconf}
+%{__automake}
%configure
%{__make}