nasm.spec.in: need autoheader, use autogen.sh

We need to use our new autogen.sh, which in turn needs autoheader.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2018-12-26 06:03:57 -08:00
parent b3f7c8eb2b
commit 33ce149330

View file

@ -11,6 +11,7 @@ BuildRoot: /tmp/rpm-build-nasm
Prefix: %{_prefix}
@@PERLBUILDREQS@@
BuildRequires: autoconf
BuildRequires: autoheader
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: xz
@ -45,7 +46,7 @@ include linker, library manager, loader, and information dump.
%setup -q -n nasm-%{nasm_version}
%build
autoreconf
sh autogen.sh
%configure --disable-pdf-compression --enable-sections
make %{?_smp_mflags} everything
xz -9ef doc/nasmdoc.pdf