From 33ce1493306a60d60ff549e65f3884b03350fc81 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 26 Dec 2018 06:03:57 -0800 Subject: 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 --- nasm.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nasm.spec.in') 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 -- cgit v1.2.3