[cifs-utils/f20] Run autoreconf -i prior to running configure

Jeff Layton jlayton at fedoraproject.org
Fri Dec 13 15:34:14 UTC 2013


commit 769ef8368c3b3ef6daa139220f6afe3796d340f4
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Dec 13 10:33:13 2013 -0500

    Run autoreconf -i prior to running configure
    
    ...otherwise if patches end up touching autoconf/automake source files,
    configure will end up attempting to rerun the aclocal version that
    generated the files originally. It's possible that that particular
    version won't be present however.
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

 cifs-utils.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cifs-utils.spec b/cifs-utils.spec
index f73ad19..a4edf4d 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -75,6 +75,7 @@ provide these credentials to the kernel automatically at login.
 %patch10 -p1
 
 %build
+autoreconf -i
 %configure --prefix=/usr ROOTSBINDIR=%{_sbindir}
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list