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@redhat.com>
This commit is contained in:
parent
22c94bcf0e
commit
abadd4b034
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user