Drop use of __* macros that were removed in rpm-4.15
This commit is contained in:
parent
ba598c7e55
commit
3212f5b44a
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user