Update comment on autoreconf again
I just remembered that autoreconf is no longer necessary for aarch64 support as %configure now replaces config.sub / config.guess with newer versions before calling ./configure. So I believe we can remove the autoreconf call all together, note I've let it be for now.
This commit is contained in:
parent
9e23ac981a
commit
1f04883200
@ -85,9 +85,7 @@ popd
|
||||
for dir in $(ls -1) ; do
|
||||
pushd $dir
|
||||
[ -e configure ] || ./autogen.sh
|
||||
# this is necessary for aarch64 support do not remove until all
|
||||
# Sources have seen a new upstream release generated with a new
|
||||
# enough autotools (rhbz#926827)
|
||||
# HdG: AFAIK this is not necessary, remove ?
|
||||
autoreconf -vif
|
||||
# yes, this looks horrible, but it's to get the .pc files in datadir
|
||||
%configure --libdir=%{_datadir} --without-xmlto
|
||||
|
Loading…
Reference in New Issue
Block a user