From 1f933817806159285a81043694cfa2a79949d0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 20 Oct 2018 12:07:59 +0200 Subject: [PATCH] anaconda: autoreconf before configure as configure.ac is modified and autogen.sh is not present anymore --- anaconda/anaconda.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda/anaconda.spec b/anaconda/anaconda.spec index a19b2a9..b035200 100644 --- a/anaconda/anaconda.spec +++ b/anaconda/anaconda.spec @@ -289,7 +289,7 @@ runtime on NFS/HTTP/FTP servers or local disks. %autosetup -p1 %build -./autogen.sh +autoreconf -v --install . %configure %{__make} %{?_smp_mflags}