From f39429524d72a7ddfc28d62c9fa2f963ad41e706 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 16 Aug 2021 11:30:02 +0200 Subject: [PATCH] Use autoconf -fis --- unpaper.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unpaper.spec b/unpaper.spec index 89b06ff..9fde284 100644 --- a/unpaper.spec +++ b/unpaper.spec @@ -21,12 +21,10 @@ of scanned pages before performing optical character recognition (OCR). %prep -%setup -n +%setup -q %build -aclocal -automake --add-missing -autoconf +autoconf -fis %configure --prefix=%{_prefix} %{__make}