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` export EDIT_LIBS=`pkg-config --libs libedit`
# generate new configure script we need this since we removed the libedit directory # generate new configure script we need this since we removed the libedit directory
%{__libtoolize} --copy --force --automake libtoolize --copy --force --automake
%{__aclocal} aclocal
%{__autoheader} autoheader
%{__automake} --add-missing --copy --foreign --force-missing automake --add-missing --copy --foreign --force-missing
%{__autoconf} autoconf
# libedit end # libedit end
%configure \ %configure \