From 2a1a00677596ec1e34d8fb06b4807018aa7e88d3 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 14 May 2013 21:16:36 -0400 Subject: [PATCH] autoconf this thing till it shines --- lua-posix.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua-posix.spec b/lua-posix.spec index 288ce46..67e7f2f 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -15,7 +15,7 @@ Source0: https://github.com/luaposix/luaposix/archive/%{commit}/%{name}-% Patch0: luaposix-lua-5.2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel, autoconf, automake, libtool Requires: lua >= %{luaver} %description @@ -25,6 +25,7 @@ to Lua programs. %prep %setup -q -n luaposix-%{commit} %patch0 -p1 -b .lua-52 +autoreconf -vif %build %configure --libdir=%{lualibdir} --datadir=/%{luapkgdir}