summaryrefslogtreecommitdiff
path: root/nasm.spec.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-12-26 06:03:57 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-12-26 06:03:57 -0800
commit33ce1493306a60d60ff549e65f3884b03350fc81 (patch)
tree5808d6f068d57e850540e0f5f8b9f9364f1e283d /nasm.spec.in
parentb3f7c8eb2b2409465384670f73a4cad822558087 (diff)
downloadnasm-33ce1493306a60d60ff549e65f3884b03350fc81.tar.gz
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>
Diffstat (limited to 'nasm.spec.in')
-rw-r--r--nasm.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/nasm.spec.in b/nasm.spec.in
index 317e2d80..a43f5830 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -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