From 9e23ac981ac73b9c995951f1b73a8f2577c5f718 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Apr 16 2014 09:37:54 +0000 Subject: Add a comment about why autoreconf is necessary --- diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec index b9a6f2c..1c38ea2 100644 --- a/xorg-x11-proto-devel.spec +++ b/xorg-x11-proto-devel.spec @@ -85,8 +85,11 @@ popd for dir in $(ls -1) ; do pushd $dir [ -e configure ] || ./autogen.sh - # yes, this looks horrible, but it's to get the .pc files in datadir + # 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) autoreconf -vif + # yes, this looks horrible, but it's to get the .pc files in datadir %configure --libdir=%{_datadir} --without-xmlto make %{?_smp_mflags} # XXX presentproto, dri3proto missing this initially