From abadd4b0348ae6301ce2a198ab0cc819dc6793aa Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 13 Dec 2013 10:12:34 -0500 Subject: [PATCH] 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 --- cifs-utils.spec | 1 + 1 file changed, 1 insertion(+) 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}