Drop use of __* macros that were removed in rpm-4.15

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-06-19 09:57:50 +02:00
parent ba598c7e55
commit 3212f5b44a
1 changed files with 5 additions and 5 deletions

View File

@ -89,11 +89,11 @@ export EDIT_CFLAGS=`pkg-config --cflags libedit`
export EDIT_LIBS=`pkg-config --libs libedit`
# generate new configure script we need this since we removed the libedit directory
%{__libtoolize} --copy --force --automake
%{__aclocal}
%{__autoheader}
%{__automake} --add-missing --copy --foreign --force-missing
%{__autoconf}
libtoolize --copy --force --automake
aclocal
autoheader
automake --add-missing --copy --foreign --force-missing
autoconf
# libedit end
%configure \