mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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:
parent
b3f7c8eb2b
commit
33ce149330
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue