[cpio] spec: run autoreconf instead of just autoheader

Pavel Raiskup praiskup at fedoraproject.org
Wed Mar 27 15:22:35 UTC 2013


commit 31d03bf0716a19f808a6c0892c0d34c9af447176
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Mar 27 16:11:53 2013 +0100

    spec: run autoreconf instead of just autoheader
    
    This change incorporates automake & its more clear make output.
    
    Version: 2.11-20

 cpio.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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 <praiskup at redhat.com> - 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 <praiskup at redhat.com> - 2.11-19
 - revert the fix for memory leak (at least for now) #921725


More information about the scm-commits mailing list