From 31d03bf0716a19f808a6c0892c0d34c9af447176 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 27 Mar 2013 16:11:53 +0100 Subject: [PATCH] spec: run autoreconf instead of just autoheader This change incorporates automake & its more clear make output. Version: 2.11-20 --- cpio.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpio.spec b/cpio.spec index 0f7f1db..288ddb4 100644 --- a/cpio.spec +++ b/cpio.spec @@ -63,7 +63,7 @@ Install cpio if you need a program to manage file archives. %patch8 -p1 -b .sum32-fips %patch9 -p1 -b .arm-config-guess-sub -autoheader +autoreconf -v %build @@ -113,6 +113,7 @@ fi * Wed Mar 27 2013 Pavel Raiskup - 2.11-20 - fix another bogus date in changelog - update config.guess/config.sub for aarm64 build (#925189) +- run autoreconf instead of autoheader * Fri Mar 15 2013 Pavel Raiskup - 2.11-19 - revert the fix for memory leak (at least for now) #921725