[xorg-x11-proto-devel] Update comment on autoreconf again

Hans de Goede jwrdegoede at fedoraproject.org
Wed Apr 16 10:35:08 UTC 2014


commit 1f048832006355cdc644bb9062b5ec74b0008d1b
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Apr 16 12:33:14 2014 +0200

    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.

 xorg-x11-proto-devel.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec
index 1c38ea2..5669927 100644
--- a/xorg-x11-proto-devel.spec
+++ b/xorg-x11-proto-devel.spec
@@ -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


More information about the scm-commits mailing list